Click or drag to resize

ClientBaseDispose(Boolean) Method

Releases all resources acquired by this object. Closes connection, without issuing any quit commands.

Namespace: Limilabs.Client
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
Indicates if invoked by Dispose method.
See Also