BeginRemoveMessageFlags
BeginRemoveMessageFlags (1 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| flags | The flags to be added |
BeginRemoveMessageFlags (2 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| flags | The flags to be added |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
BeginRemoveMessageFlags (3 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| flags | The flags to be added |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (4 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| flags | The flags to be added |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (5 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| flags | The flags to be added |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (6 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| flags | The flags to be added |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (7 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags)
| Parameter | Description |
|---|---|
| startSequence | The starting sequence number of a message list |
| endSequence | The ending sequence number of a message list |
| flags | Flag value |
BeginRemoveMessageFlags (8 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| startSequence | The starting sequence number of a message list |
| endSequence | The ending sequence number of a message list |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
BeginRemoveMessageFlags (9 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| startSequence | The starting sequence number of a message list |
| endSequence | The ending sequence number of a message list |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (10 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| startSequence | The starting sequence number of a message list |
| endSequence | The ending sequence number of a message list |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (11 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| startSequence | The starting sequence number of a message list |
| endSequence | The ending sequence number of a message list |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (12 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| startSequence | The starting sequence number of a message list |
| endSequence | The ending sequence number of a message list |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (13 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| flags | The flags to be added |
BeginRemoveMessageFlags (14 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| flags | The flags to be added |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
BeginRemoveMessageFlags (15 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| flags | The flags to be added |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (16 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| flags | The flags to be added |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (17 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| flags | The flags to be added |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (18 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| flags | The flags to be added |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (19 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| startSequence | The starting sequence number of a message list |
| endSequence | The ending sequence number of a message list |
| flags | Flag value |
BeginRemoveMessageFlags (20 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| startSequence | The starting sequence number of a message list |
| endSequence | The ending sequence number of a message list |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
BeginRemoveMessageFlags (21 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| startSequence | The starting sequence number of a message list |
| endSequence | The ending sequence number of a message list |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (22 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| startSequence | The starting sequence number of a message list |
| endSequence | The ending sequence number of a message list |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (23 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| startSequence | The starting sequence number of a message list |
| endSequence | The ending sequence number of a message list |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (24 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| startSequence | The starting sequence number of a message list |
| endSequence | The ending sequence number of a message list |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (25 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceSet | The set of sequence numbers for messages |
| flags | Flag value |
BeginRemoveMessageFlags (26 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceSet | The set of sequence numbers for messages |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
BeginRemoveMessageFlags (27 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceSet | The set of sequence numbers for messages |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (28 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceSet | The set of sequence numbers for messages |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (29 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceSet | The set of sequence numbers for messages |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (30 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceSet | The set of sequence numbers for messages |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (31 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| messageInfoSet | The set of ImapMessageInfo |
| flags | Flag value |
BeginRemoveMessageFlags (32 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| messageInfoSet | The set of ImapMessageInfo |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
BeginRemoveMessageFlags (33 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| messageInfoSet | The set of ImapMessageInfo |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (34 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| messageInfoSet | The set of ImapMessageInfo |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (35 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| messageInfoSet | The set of ImapMessageInfo |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (36 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| messageInfoSet | The set of ImapMessageInfo |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (37 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uidSet | The set of UID for messages |
| flags | Flag value |
BeginRemoveMessageFlags (38 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uidSet | The set of UID for messages |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
BeginRemoveMessageFlags (39 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uidSet | The set of UID for messages |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (40 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uidSet | The set of UID for messages |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (41 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uidSet | The set of UID for messages |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (42 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uidSet | The set of UID for messages |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (43 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| startUid | The starting UID of a message list |
| endUid | The ending UID of a message list |
| flags | Flag value |
BeginRemoveMessageFlags (44 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| startUid | The starting UID of a message list |
| endUid | The ending UID of a message list |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
BeginRemoveMessageFlags (45 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| startUid | The starting UID of a message list |
| endUid | The ending UID of a message list |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (46 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| startUid | The starting UID of a message list |
| endUid | The ending UID of a message list |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (47 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| startUid | The starting UID of a message list |
| endUid | The ending UID of a message list |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (48 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| startUid | The starting UID of a message list |
| endUid | The ending UID of a message list |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (49 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | Unique identifier of a message |
| flags | The flags to be added |
BeginRemoveMessageFlags (50 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | Unique identifier of a message |
| flags | The flags to be added |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
BeginRemoveMessageFlags (51 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | Unique identifier of a message |
| flags | The flags to be added |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (52 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | Unique identifier of a message |
| flags | The flags to be added |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (53 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | Unique identifier of a message |
| flags | The flags to be added |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (54 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < IConnection > connection, System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | Unique identifier of a message |
| flags | The flags to be added |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (55 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags)
| Parameter | Description |
|---|---|
| sequenceSet | The set of sequence numbers for messages |
| flags | Flag value |
BeginRemoveMessageFlags (56 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| sequenceSet | The set of sequence numbers for messages |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
BeginRemoveMessageFlags (57 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| sequenceSet | The set of sequence numbers for messages |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (58 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| sequenceSet | The set of sequence numbers for messages |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (59 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| sequenceSet | The set of sequence numbers for messages |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (60 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| sequenceSet | The set of sequence numbers for messages |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (61 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags)
| Parameter | Description |
|---|---|
| messageInfoSet | The set of ImapMessageInfo |
| flags | Flag value |
BeginRemoveMessageFlags (62 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| messageInfoSet | The set of ImapMessageInfo |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
BeginRemoveMessageFlags (63 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| messageInfoSet | The set of ImapMessageInfo |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (64 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(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)
| Parameter | Description |
|---|---|
| messageInfoSet | The set of ImapMessageInfo |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (65 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| messageInfoSet | The set of ImapMessageInfo |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (66 of 84)
Removes the flags of the message
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| messageInfoSet | The set of ImapMessageInfo |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (67 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags)
| Parameter | Description |
|---|---|
| uidSet | The set of UID for messages |
| flags | Flag value |
BeginRemoveMessageFlags (68 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| uidSet | The set of UID for messages |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
BeginRemoveMessageFlags (69 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| uidSet | The set of UID for messages |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (70 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| uidSet | The set of UID for messages |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (71 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| uidSet | The set of UID for messages |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (72 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| uidSet | The set of UID for messages |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (73 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags)
| Parameter | Description |
|---|---|
| startUid | The starting UID of a message list |
| endUid | The ending UID of a message list |
| flags | Flag value |
BeginRemoveMessageFlags (74 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| startUid | The starting UID of a message list |
| endUid | The ending UID of a message list |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
BeginRemoveMessageFlags (75 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| startUid | The starting UID of a message list |
| endUid | The ending UID of a message list |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (76 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| startUid | The starting UID of a message list |
| endUid | The ending UID of a message list |
| flags | Flag value |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (77 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| startUid | The starting UID of a message list |
| endUid | The ending UID of a message list |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (78 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::String startUid, System::String endUid, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| startUid | The starting UID of a message list |
| endUid | The ending UID of a message list |
| flags | Flag value |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (79 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags)
| Parameter | Description |
|---|---|
| uniqueId | Unique identifier of a message |
| flags | The flags to be added |
BeginRemoveMessageFlags (80 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence)
| Parameter | Description |
|---|---|
| uniqueId | Unique identifier of a message |
| flags | The flags to be added |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
BeginRemoveMessageFlags (81 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| uniqueId | Unique identifier of a message |
| flags | The flags to be added |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (82 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| uniqueId | Unique identifier of a message |
| flags | The flags to be added |
| modificationSequence | Modification sequence. Please, read more https://tools.ietf.org/html/rfc7162 |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |
BeginRemoveMessageFlags (83 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback)
| Parameter | Description |
|---|---|
| uniqueId | Unique identifier of a message |
| flags | The flags to be added |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
BeginRemoveMessageFlags (84 of 84)
Removes the flags of the message asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginRemoveMessageFlags(System::String uniqueId, System::SharedPtr < ImapMessageFlags > flags, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
| Parameter | Description |
|---|---|
| uniqueId | Unique identifier of a message |
| flags | The flags to be added |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |