Sends 'STARTTLS' command and initializes SSL connection. 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.12102.1426

Syntax

C#
public void StartTLS()
Visual Basic
Public Sub StartTLS
Visual C++
public:
void StartTLS()

See Also