UndeleteMessage
UndeleteMessage (1 of 8)
Marks a message with the specified sequence number as not deleted
Returns: void Aspose::Email::Clients::Imap::
UndeleteMessage(int32_t sequenceNumber)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of the message |
UndeleteMessage (2 of 8)
Marks a message with the specified sequence number as not deleted
Returns: void Aspose::Email::Clients::Imap::
UndeleteMessage(int32_t sequenceNumber, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of the message |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
UndeleteMessage (3 of 8)
Marks a message with the specified sequence number as not deleted
Returns: void Aspose::Email::Clients::Imap::
UndeleteMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of the message |
UndeleteMessage (4 of 8)
Marks a message with the specified sequence number as not deleted
Returns: void Aspose::Email::Clients::Imap::
UndeleteMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of the message |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
UndeleteMessage (5 of 8)
Marks a message with the specified sequence number as not deleted.
Returns: void Aspose::Email::Clients::Imap::
UndeleteMessage(System::SharedPtr < IConnection > connection, System::String uniqueId)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
UndeleteMessage (6 of 8)
Marks a message with the specified sequence number as not deleted.
Returns: void Aspose::Email::Clients::Imap::
UndeleteMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
UndeleteMessage (7 of 8)
Marks a message with the specified sequence number as not deleted.
Returns: void Aspose::Email::Clients::Imap::
UndeleteMessage(System::String uniqueId)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
UndeleteMessage (8 of 8)
Marks a message with the specified sequence number as not deleted.
Returns: void Aspose::Email::Clients::Imap::
UndeleteMessage(System::String uniqueId, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |