MailBee.NET Objects 7.1

Smtp.Disconnect Method 

Disconnects from the SMTP server and releases any used resources.

public bool Disconnect();

Return Value

true if the method succeeds; otherwise, false.

Exceptions

Exception Type Condition
MailBeeException An error occurred and ThrowExceptions is true.

See Also

Smtp Class | MailBee.SmtpMail Namespace