BeginDeleteMessages

Contents
[ ]

BeginDeleteMessages (1 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

BeginDeleteMessages(int32_t startSequence, int32_t endSequence)
ParameterDescription
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list

BeginDeleteMessages (2 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

BeginDeleteMessages(int32_t startSequence, int32_t endSequence, int64_t modificationSequence)
ParameterDescription
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

BeginDeleteMessages (3 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

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

BeginDeleteMessages (4 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

BeginDeleteMessages(int32_t startSequence, int32_t endSequence, 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
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.

BeginDeleteMessages (5 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

BeginDeleteMessages(int32_t startSequence, int32_t endSequence, System::AsyncCallback callback)
ParameterDescription
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (6 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

BeginDeleteMessages(int32_t startSequence, int32_t endSequence, 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
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginDeleteMessages (7 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence)
ParameterDescription
connectionConnection to a server
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list

BeginDeleteMessages (8 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

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

BeginDeleteMessages (9 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, 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
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (10 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, 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
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.

BeginDeleteMessages (11 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

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

BeginDeleteMessages (12 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, 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
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginDeleteMessages (13 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet)
ParameterDescription
connectionConnection to a server
sequenceSetThe set of sequence numbers for messages

BeginDeleteMessages (14 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

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

BeginDeleteMessages (15 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

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

BeginDeleteMessages (16 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
sequenceSetThe set of sequence numbers for messages
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.

BeginDeleteMessages (17 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

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

BeginDeleteMessages (18 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

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

BeginDeleteMessages (19 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo for deletion

BeginDeleteMessages (20 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, bool commitNow)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo for deletion
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

BeginDeleteMessages (21 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, bool commitNow, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo for deletion
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (22 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, bool commitNow, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo for deletion
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginDeleteMessages (23 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (24 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo for deletion
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

BeginDeleteMessages (25 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo for deletion
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (26 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo for deletion
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginDeleteMessages (27 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (28 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo for deletion
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.

BeginDeleteMessages (29 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (30 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (31 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages

BeginDeleteMessages (32 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

BeginDeleteMessages (33 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (34 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginDeleteMessages (35 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (36 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

BeginDeleteMessages (37 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (38 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginDeleteMessages (39 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (40 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
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.

BeginDeleteMessages (41 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (42 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (43 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list

BeginDeleteMessages (44 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, bool commitNow)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

BeginDeleteMessages (45 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, bool commitNow, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (46 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, bool commitNow, 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
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginDeleteMessages (47 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (48 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

BeginDeleteMessages (49 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (50 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow, 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
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginDeleteMessages (51 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, 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
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (52 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, 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
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.

BeginDeleteMessages (53 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (54 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, 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
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginDeleteMessages (55 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet)
ParameterDescription
sequenceSetThe set of sequence numbers for messages

BeginDeleteMessages (56 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

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

BeginDeleteMessages (57 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

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

BeginDeleteMessages (58 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceSetThe set of sequence numbers for messages
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.

BeginDeleteMessages (59 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

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

BeginDeleteMessages (60 of 96)

Marks a message with the specified sequence number as deleted asynchronously

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

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

BeginDeleteMessages (61 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo for deletion

BeginDeleteMessages (62 of 96)

Begins an asynchronous messages deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, bool commitNow)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo for deletion
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

BeginDeleteMessages (63 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, bool commitNow, System::AsyncCallback callback)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo for deletion
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (64 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, bool commitNow, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo for deletion
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginDeleteMessages (65 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (66 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo for deletion
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

BeginDeleteMessages (67 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo for deletion
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (68 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo for deletion
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginDeleteMessages (69 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (70 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo for deletion
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.

BeginDeleteMessages (71 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::AsyncCallback callback)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo for deletion
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (72 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (73 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet)
ParameterDescription
uidSetThe set of UID for messages

BeginDeleteMessages (74 of 96)

Begins an asynchronous messages deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow)
ParameterDescription
uidSetThe set of UID for messages
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

BeginDeleteMessages (75 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow, System::AsyncCallback callback)
ParameterDescription
uidSetThe set of UID for messages
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (76 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uidSetThe set of UID for messages
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginDeleteMessages (77 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (78 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow)
ParameterDescription
uidSetThe set of UID for messages
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

BeginDeleteMessages (79 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback)
ParameterDescription
uidSetThe set of UID for messages
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (80 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uidSetThe set of UID for messages
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginDeleteMessages (81 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (82 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uidSetThe set of UID for messages
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.

BeginDeleteMessages (83 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (84 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (85 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::String startUid, System::String endUid)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list

BeginDeleteMessages (86 of 96)

Begins an asynchronous messages deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::String startUid, System::String endUid, bool commitNow)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

BeginDeleteMessages (87 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::String startUid, System::String endUid, bool commitNow, System::AsyncCallback callback)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (88 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::String startUid, System::String endUid, bool commitNow, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginDeleteMessages (89 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::String startUid, System::String endUid, int64_t modificationSequence)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

BeginDeleteMessages (90 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

BeginDeleteMessages (91 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (92 of 96)

Begins an asynchronous message deletion. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

BeginDeleteMessages(System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginDeleteMessages (93 of 96)

Begins an asynchronous message deletion.

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

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

BeginDeleteMessages (94 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::String startUid, System::String endUid, 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
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.

BeginDeleteMessages (95 of 96)

Begins an asynchronous message deletion.

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

BeginDeleteMessages(System::String startUid, System::String endUid, System::AsyncCallback callback)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginDeleteMessages (96 of 96)

Begins an asynchronous message deletion.

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

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