SaslMethodDispose Method
Disposes managed and unmananged resources used by the SASL mechanism.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
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(Boolean) method and free the resources there.
See Also