BeginMoveMessages

Contents
[ ]

BeginMoveMessages (1 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(int32_t startSequence, int32_t endSequence, System::String folderName)
ParameterDescription
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
folderNameFolder name where a message is to be moved

BeginMoveMessages (2 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(int32_t startSequence, int32_t endSequence, System::String folderName, bool commitDeletions)
ParameterDescription
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

BeginMoveMessages (3 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(int32_t startSequence, int32_t endSequence, System::String folderName, bool commitDeletions, System::AsyncCallback callback)
ParameterDescription
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (4 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(int32_t startSequence, int32_t endSequence, System::String folderName, bool commitDeletions, 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
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (5 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(int32_t startSequence, int32_t endSequence, System::String folderName, System::AsyncCallback callback)
ParameterDescription
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (6 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(int32_t startSequence, int32_t endSequence, System::String folderName, 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
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (7 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName)
ParameterDescription
connectionConnection to a server
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
folderNameFolder name where a message is to be moved

BeginMoveMessages (8 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName, bool commitDeletions)
ParameterDescription
connectionConnection to a server
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

BeginMoveMessages (9 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName, bool commitDeletions, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (10 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName, bool commitDeletions, 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
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (11 of 60)

Begins an asynchronous moving.

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

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

BeginMoveMessages (12 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, System::String folderName, 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
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (13 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName)
ParameterDescription
connectionConnection to a server
sequenceSetThe set of sequence numbers for messages
folderNameFolder name where a message is to be moved

BeginMoveMessages (14 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, bool commitDeletions)
ParameterDescription
connectionConnection to a server
sequenceSetThe set of sequence numbers for messages
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

BeginMoveMessages (15 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
sequenceSetThe set of sequence numbers for messages
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (16 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
sequenceSetThe set of sequence numbers for messages
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (17 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
sequenceSetThe set of sequence numbers for messages
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (18 of 60)

Begins an asynchronous moving.

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

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

BeginMoveMessages (19 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::String folderName)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo
folderNameFolder name where a message is to be moved

BeginMoveMessages (20 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::String folderName, bool commitDeletions)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

BeginMoveMessages (21 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (22 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (23 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::String folderName, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (24 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (25 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
folderNameFolder name where a message is to be moved

BeginMoveMessages (26 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, bool commitDeletions)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

BeginMoveMessages (27 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (28 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (29 of 60)

Begins an asynchronous moving.

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

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

BeginMoveMessages (30 of 60)

Begins an asynchronous moving.

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

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

BeginMoveMessages (31 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::String folderName)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
folderNameFolder name where a message is to be moved

BeginMoveMessages (32 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::String folderName, bool commitDeletions)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

BeginMoveMessages (33 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::String folderName, bool commitDeletions, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (34 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::String folderName, bool commitDeletions, 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
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (35 of 60)

Begins an asynchronous moving.

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

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

BeginMoveMessages (36 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, System::String folderName, 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
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (37 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName)
ParameterDescription
sequenceSetThe set of sequence numbers for messages
folderNameFolder name where a message is to be moved

BeginMoveMessages (38 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, bool commitDeletions)
ParameterDescription
sequenceSetThe set of sequence numbers for messages
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

BeginMoveMessages (39 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback)
ParameterDescription
sequenceSetThe set of sequence numbers for messages
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (40 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceSetThe set of sequence numbers for messages
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (41 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, System::AsyncCallback callback)
ParameterDescription
sequenceSetThe set of sequence numbers for messages
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (42 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceSetThe set of sequence numbers for messages
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (43 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::String folderName)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo
folderNameFolder name where a message is to be moved

BeginMoveMessages (44 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::String folderName, bool commitDeletions)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

BeginMoveMessages (45 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (46 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (47 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::String folderName, System::AsyncCallback callback)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (48 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (49 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName)
ParameterDescription
uidSetThe set of UID for messages
folderNameFolder name where a message is to be moved

BeginMoveMessages (50 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, bool commitDeletions)
ParameterDescription
uidSetThe set of UID for messages
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

BeginMoveMessages (51 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback)
ParameterDescription
uidSetThe set of UID for messages
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (52 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uidSetThe set of UID for messages
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (53 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, System::String folderName, System::AsyncCallback callback)
ParameterDescription
uidSetThe set of UID for messages
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (54 of 60)

Begins an asynchronous moving.

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

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

BeginMoveMessages (55 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::String startUid, System::String endUid, System::String folderName)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
folderNameFolder name where a message is to be moved

BeginMoveMessages (56 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::String startUid, System::String endUid, System::String folderName, bool commitDeletions)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

BeginMoveMessages (57 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::String startUid, System::String endUid, System::String folderName, bool commitDeletions, System::AsyncCallback callback)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (58 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::String startUid, System::String endUid, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessages (59 of 60)

Begins an asynchronous moving.

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

BeginMoveMessages(System::String startUid, System::String endUid, System::String folderName, System::AsyncCallback callback)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessages (60 of 60)

Begins an asynchronous moving.

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

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