BeginAddMessageFlags

Contents
[ ]

BeginAddMessageFlags (1 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (2 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (3 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
sequenceNumberThe sequence number of message
flagsThe flags to be added
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (4 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceNumberThe sequence number of message
flagsThe flags to be added
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (5 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
ParameterDescription
sequenceNumberThe sequence number of message
flagsThe flags to be added
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (6 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceNumberThe sequence number of message
flagsThe flags to be added
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (7 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(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
flagsFlag value

BeginAddMessageFlags (8 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (9 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (10 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (11 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
ParameterDescription
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (12 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (13 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (14 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (15 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
flagsThe flags to be added
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (16 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
flagsThe flags to be added
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (17 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
flagsThe flags to be added
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (18 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
flagsThe flags to be added
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (19 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(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
flagsFlag value

BeginAddMessageFlags (20 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (21 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (22 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (23 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (24 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (25 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(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
flagsFlag value

BeginAddMessageFlags (26 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (27 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
sequenceSetThe set of sequence numbers for messages
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (28 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
sequenceSetThe set of sequence numbers for messages
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (29 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
sequenceSetThe set of sequence numbers for messages
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (30 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
sequenceSetThe set of sequence numbers for messages
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (31 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(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
flagsFlag value

BeginAddMessageFlags (32 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (33 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (34 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (35 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (36 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (37 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(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
flagsFlag value

BeginAddMessageFlags (38 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (39 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (40 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (41 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (42 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (43 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(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
flagsFlag value

BeginAddMessageFlags (44 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (45 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (46 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (47 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (48 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (49 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (50 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (51 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
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
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (52 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
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
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (53 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
uniqueIdUnique identifier of a message
flagsThe flags to be added
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (54 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uniqueIdUnique identifier of a message
flagsThe flags to be added
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (55 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
sequenceSetThe set of sequence numbers for messages
flagsFlag value

BeginAddMessageFlags (56 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (57 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
sequenceSetThe set of sequence numbers for messages
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (58 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceSetThe set of sequence numbers for messages
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (59 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
ParameterDescription
sequenceSetThe set of sequence numbers for messages
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (60 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceSetThe set of sequence numbers for messages
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (61 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo
flagsFlag value

BeginAddMessageFlags (62 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (63 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (64 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (65 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (66 of 84)

Adds the flags of the message

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (67 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags)
ParameterDescription
uidSetThe set of UID for messages
flagsFlag value

BeginAddMessageFlags (68 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (69 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
uidSetThe set of UID for messages
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (70 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uidSetThe set of UID for messages
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (71 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
ParameterDescription
uidSetThe set of UID for messages
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (72 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uidSetThe set of UID for messages
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (73 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(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
flagsFlag value

BeginAddMessageFlags (74 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (75 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (76 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
flagsFlag value
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (77 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (78 of 84)

Adds the flags of the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
flagsFlag value
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (79 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (80 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

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

BeginAddMessageFlags (81 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
ParameterDescription
uniqueIdUnique identifier of a message
flagsThe flags to be added
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (82 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uniqueIdUnique identifier of a message
flagsThe flags to be added
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginAddMessageFlags (83 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
ParameterDescription
uniqueIdUnique identifier of a message
flagsThe flags to be added
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginAddMessageFlags (84 of 84)

Adds the flags to the message asynchronously

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginAddMessageFlags(System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uniqueIdUnique identifier of a message
flagsThe flags to be added
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.