BeginCopyMessages

BeginCopyMessages (1 of 30)

Begins copy operation asynchronously.

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

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

BeginCopyMessages (2 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (3 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (4 of 30)

Begins copy operation asynchronously.

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

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

BeginCopyMessages (5 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (6 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (7 of 30)

Begins copy operation asynchronously.

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

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

BeginCopyMessages (8 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (9 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (10 of 30)

Begins copy operation asynchronously.

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

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

BeginCopyMessages (11 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (12 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (13 of 30)

Begins copy operation asynchronously.

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

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

BeginCopyMessages (14 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (15 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (16 of 30)

Begins copy operation asynchronously.

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

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

BeginCopyMessages (17 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (18 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (19 of 30)

Begins copy operation asynchronously.

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

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

BeginCopyMessages (20 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (21 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (22 of 30)

Begins copy operation asynchronously.

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

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

BeginCopyMessages (23 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (24 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (25 of 30)

Begins copy operation asynchronously.

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

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

BeginCopyMessages (26 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (27 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (28 of 30)

Begins copy operation asynchronously.

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

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

BeginCopyMessages (29 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.

BeginCopyMessages (30 of 30)

Begins copy operation asynchronously.

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

BeginCopyMessages(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.