Disconnect Method
Disconnects from the SMTP server.
Syntax
[VB.NET] Public Sub Disconnect()
[C#] public void Disconnect();
Remarks
This method disconnects from the mail relay.
NOTE: This method has a corresponding asynchronous version (DisconnectAsync) for use in the WinRT environment.