SaslMethodDispose Method (Boolean)
Actually 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
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
true if managed resources must be freed.
Remarks
Override this method if your class has resources to be freed.
See Also