ImapClientUndeleteMessage Method (String, Int64) |
Marks a message with the specified sequence number as not deleted.
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic void UndeleteMessage(
string uniqueId,
long modificationSequence
)
Public Sub UndeleteMessage (
uniqueId As String,
modificationSequence As Long
)
public:
void UndeleteMessage(
String^ uniqueId,
long long modificationSequence
)
member UndeleteMessage :
uniqueId : string *
modificationSequence : int64 -> unit
Parameters
- uniqueId
- Type: SystemString
The unique Id of the message - modificationSequence
- Type: SystemInt64
Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162
See Also