MailBee.NET Objects 3.1

Smtp.Dispose Method ()

Closes opened network connections (if any) and releases any used system resources.

public void Dispose();

Implements

IDisposable.Dispose

Remarks

Usually, the developer does not need to call this method. It's recommended to call Disconnect method to close the connections and free the resources.

See Also

Smtp Class | MailBee.SmtpMail Namespace | Smtp.Dispose Overload List