Pop3Dispose Method
Closes opened network connections (if any) and releases any used system resources.

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
Remarks
Usually, the developer does not need to call this method. It's recommended to call Disconnect method to close the connections and free the resources.
See Also