Resets the POP3 session, and cancels the deleted status for all messages flagged for deletion in the inbox.
true if the method succeeds; otherwise, false.
The developer can use this method to cancel purging messages which were flagged for deletion during the current POP3 session. Normally, messages flagged for deletion are purged (permanently deleted) when Disconnect method is called and the POP3 session is closed.
| Exception Type | Condition |
|---|---|
| MailBeeException | An error occurred and ThrowExceptions is true. |
Pop3 Class | MailBee.Pop3Mail Namespace | DeleteMessage | Disconnect