ChangeMessageFlags

ChangeMessageFlags (1 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
sequenceNumberThe sequence number of the message
flagsThe flags to be removed

ChangeMessageFlags (2 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
ParameterDescription
sequenceNumberThe sequence number of the message
flagsThe flags to be removed
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

ChangeMessageFlags (3 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
flagsThe flags to be removed

ChangeMessageFlags (4 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
ParameterDescription
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
flagsThe flags to be removed
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

ChangeMessageFlags (5 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message
flagsThe flags to be removed

ChangeMessageFlags (6 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message
flagsThe flags to be removed
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

ChangeMessageFlags (7 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
connectionConnection to a server
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
flagsThe flags to be removed

ChangeMessageFlags (8 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
ParameterDescription
connectionConnection to a server
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
flagsThe flags to be removed
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

ChangeMessageFlags (9 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
connectionConnection to a server
sequenceSetThe set of sequence numbers for messages
flagsThe flags to be removed

ChangeMessageFlags (10 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
ParameterDescription
connectionConnection to a server
sequenceSetThe set of sequence numbers for messages
flagsThe flags to be removed
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

ChangeMessageFlags (11 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo
flagsThe flags to be changed

ChangeMessageFlags (12 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo
flagsThe flags to be changed
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

ChangeMessageFlags (13 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
flagsThe flags to be changed

ChangeMessageFlags (14 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
flagsThe flags to be changed
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

ChangeMessageFlags (15 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
flagsThe flags to be changed

ChangeMessageFlags (16 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
flagsThe flags to be changed
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

ChangeMessageFlags (17 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
connectionConnection to a server
uniqueIdThe uid of the message
flagsThe flags to be changed

ChangeMessageFlags (18 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
ParameterDescription
connectionConnection to a server
uniqueIdThe uid of the message
flagsThe flags to be changed
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

ChangeMessageFlags (19 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
sequenceSetThe set of sequence numbers for messages
flagsThe flags to be removed

ChangeMessageFlags (20 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
ParameterDescription
sequenceSetThe set of sequence numbers for messages
flagsThe flags to be removed
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

ChangeMessageFlags (21 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo
flagsThe flags to be changed

ChangeMessageFlags (22 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo
flagsThe flags to be changed
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

ChangeMessageFlags (23 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
uidSetThe set of UID for messages
flagsThe flags to be changed

ChangeMessageFlags (24 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
ParameterDescription
uidSetThe set of UID for messages
flagsThe flags to be changed
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

ChangeMessageFlags (25 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
flagsThe flags to be changed

ChangeMessageFlags (26 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
flagsThe flags to be changed
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

ChangeMessageFlags (27 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
uniqueIdThe uid of the message
flagsThe flags to be changed

ChangeMessageFlags (28 of 28)

Changes the flags of the message

Returns: void Aspose::Email::Clients::Imap::

ChangeMessageFlags(System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
ParameterDescription
uniqueIdThe uid of the message
flagsThe flags to be changed
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162