Marks all messages as not deleted.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Sub UndeleteMessage |
C# |
---|
public void UndeleteMessage() |
Remarks
This only has effect on messages that were not purged yet. Both messages deleted by this session and other sessions are undeleted.
This method represents IMAP STORE command.