Releases all resources used by the current instance of the ImapClient class, optionally disposing of managed resource.

Namespace: S22.Imap
Assembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System..::..Boolean
true to dispose of managed resources, otherwise false.

See Also