Pop3Client.Dispose(Boolean) Method

OpenPop.NET

OpenPop.NET POP3 Library Documentation

Pop3Client.Dispose(Boolean) Method

Disposes the Pop3Client.
This is the implementation of the IDisposable interface.
Sends the QUIT command to the server before closing the streams.

protected override void Dispose(
   bool disposing
);

Parameters

disposing
true if managed and unmanaged code should be disposed, false if only managed code should be disposed

See Also

Pop3Client Class | OpenPop.Pop3 Namespace | Pop3Client.Dispose Overload List