Click or drag to resize

ImapStartTLS Method

Sends 'STARTTLS' command and initializes SSL/TLS connection (if required issues CAPABILITY command afterwards). Not all servers support StartTLS. You can check which extensions remote server supports using SupportedExtensions method.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public void StartTLS()
Exceptions
ExceptionCondition
ImapResponseExceptionThrows ImapResponseException on error response.
See Also