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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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