Pop3.Dispose Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Dispose()
Disposes the Pop3 object and all the socket objects.
Declaration
public void Dispose()
Implements
Remarks
Calling this method ensures that all resources are freed.
Dispose(Boolean)
Releases the unmanaged resources used by the Pop3 and optionally releases the managed resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
Boolean | disposing | true to release both managed and unmanaged resources; false to release only unmanaged resources. |