ImapDispose Method (Boolean)
When overridden in a derived class, must release unmanaged and optionally managed resources used by the component.

Namespace: MailBee.ImapMail
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 to release both managed and unmanaged resources; false to release only unmanaged resources.
Remarks
If the derived class does not use any additional resources, this method does not need to be overridden. If, however, it's overridden, the developer must also call Dispose method of the base class.
See Also