Disconnect Method
Disconnects from an IMAP server.
Syntax
[VB.NET] Public Sub Disconnect()
[C#] public void Disconnect();
Remarks
This method logs out and disconnects from the IMAP server.
NOTE: This method has a corresponding asynchronous version (DisconnectAsync) for use in the Xamarin environment.