Marks messages that belong to a specified message set as not deleted.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Sub UndeleteMessage ( _ messageSet As ImapMessageSet _ ) |
C# |
---|
public void UndeleteMessage( ImapMessageSet messageSet ) |
Parameters
- messageSet
- Type: Rebex.Net..::..ImapMessageSet
A set of messages.
Remarks
This only has effect on messages that were not purged yet.
This method represents IMAP STORE command.