| SmtpStartTLSAsync Method |
Sends 'STARTTLS' command and initializes SSL/TLS connection (issues EHLO command afterward).
Namespace:
Limilabs.Client.SMTP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Task StartTLSAsync()
Public Function StartTLSAsync As Task
public:
Task^ StartTLSAsync()
member StartTLSAsync : unit -> Task
Return Value
Type:
TaskA task that represents the asynchronous STARTLS operation.
Exceptions See Also