Dispose Method

OpenPop.NET

OpenPop.NET POP3 Library Documentation

Pop3Client.Dispose Method

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

Overload List

Inherited from Disposable.

public void Dispose()

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)

See Also

Pop3Client Class | OpenPop.Pop3 Namespace