Resets the POP3 session, and cancels the deleted status for all messages
flagged for deletion in the inbox.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool ResetDeletes()
Public Function ResetDeletes As Boolean
Return Value
Type:
Booleantrue if the method succeeds; otherwise,
false.
Exceptions 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