Marks a message with the specified unique ID as not deleted.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic |
|---|
Public Sub UndeleteMessage ( _ uniqueId As String _ ) |
| C# |
|---|
public void UndeleteMessage( string uniqueId ) |
Parameters
- uniqueId
- Type: System..::..String
Message unique ID.
Remarks
This only has effect if the message was not purged yet.
This method represents IMAP STORE command.