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.26106.1555
Syntax
public void StartTLS()
Exceptions
ExceptionCondition
ImapResponseExceptionThrows ImapResponseException on error response.
See Also