Pop3ResetDeletes Method
Resets the POP3 session, and cancels the deleted status for all messages flagged for deletion in the inbox.

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool ResetDeletes()

Return Value

Type: Boolean
true if the method succeeds; otherwise, false.
Exceptions
ExceptionCondition
MailBeeExceptionAn error occurred and ThrowExceptions is true.
Remarks
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.
See Also