AddMessageFlags

AddMessageFlags (1 of 28)

Adds the flags to the message

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

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

AddMessageFlags (2 of 28)

Adds the flags to the message

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

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

AddMessageFlags (3 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (4 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (5 of 28)

Adds the flags to the message

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

AddMessageFlags(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 added

AddMessageFlags (6 of 28)

Adds the flags to the message

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

AddMessageFlags(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 added
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

AddMessageFlags (7 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (8 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (9 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (10 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (11 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (12 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (13 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (14 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (15 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (16 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (17 of 28)

Adds the flags to the message

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

AddMessageFlags(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
connectionConnection to a server
uniqueIdUnique identifier of a message
flagsThe flags to be added

AddMessageFlags (18 of 28)

Adds the flags to the message

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

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

AddMessageFlags (19 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (20 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (21 of 28)

Adds the flags of the message

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

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

AddMessageFlags (22 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (23 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (24 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (25 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (26 of 28)

Adds the flags of the message

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

AddMessageFlags(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

AddMessageFlags (27 of 28)

Adds the flags to the message

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

AddMessageFlags(System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
uniqueIdUnique identifier of a message
flagsThe flags to be added

AddMessageFlags (28 of 28)

Adds the flags to the message

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

AddMessageFlags(System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
ParameterDescription
uniqueIdUnique identifier of a message
flagsThe flags to be added
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162