MailBee.NET Objects 7.2

SaslMethod.Dispose Method ()

Disposes managed and unmananged resources used by the SASL mechanism.

public void Dispose();

Remarks

MailBee calls this method automatically when finished with SASL authentication. If your custom class has any resources to be freed, override Dispose method and free the resources there.

See Also

SaslMethod Class | MailBee Namespace | SaslMethod.Dispose Overload List