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)
ParameterDescription
sequenceNumberThe 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)
ParameterDescription
sequenceNumberThe sequence number of the message
modificationSequenceModification 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)
ParameterDescription
connectionConnection to a server
sequenceNumberThe 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)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message
modificationSequenceModification 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)
ParameterDescription
connectionConnection to a server
uniqueIdThe 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)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
modificationSequenceModification 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)
ParameterDescription
uniqueIdThe 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)
ParameterDescription
uniqueIdThe unique Id of the message
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162