Disposes managed and unmananged resources used by the SASL mechanism.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax 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