BeginCopyMessage

BeginCopyMessage (1 of 12)

Begins an asynchronous copying.

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

BeginCopyMessage(int32_t sequenceNumber, System::String folderName)
ParameterDescription
sequenceNumberThe sequence number of message
folderNameName of the folder.

BeginCopyMessage (2 of 12)

Begins an asynchronous copying.

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

BeginCopyMessage(int32_t sequenceNumber, System::String folderName, System::AsyncCallback callback)
ParameterDescription
sequenceNumberThe sequence number of message
folderNameName of the folder.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginCopyMessage (3 of 12)

Begins an asynchronous copying.

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

BeginCopyMessage(int32_t sequenceNumber, System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceNumberThe sequence number of message
folderNameName of the folder.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginCopyMessage (4 of 12)

Begins an asynchronous copying.

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

BeginCopyMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::String folderName)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
folderNameName of the folder.

BeginCopyMessage (5 of 12)

Begins an asynchronous copying.

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

BeginCopyMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::String folderName, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
folderNameName of the folder.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginCopyMessage (6 of 12)

Begins an asynchronous copying.

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

BeginCopyMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
folderNameName of the folder.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginCopyMessage (7 of 12)

Begins an asynchronous copying.

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

BeginCopyMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::String folderName)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
folderNameName of the folder.

BeginCopyMessage (8 of 12)

Begins an asynchronous copying.

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

BeginCopyMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::String folderName, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
folderNameName of the folder.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginCopyMessage (9 of 12)

Begins an asynchronous copying.

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

BeginCopyMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
folderNameName of the folder.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginCopyMessage (10 of 12)

Begins an asynchronous copying.

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

BeginCopyMessage(System::String uniqueId, System::String folderName)
ParameterDescription
uniqueIdThe unique Id of the message
folderNameName of the folder.

BeginCopyMessage (11 of 12)

Begins an asynchronous copying.

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

BeginCopyMessage(System::String uniqueId, System::String folderName, System::AsyncCallback callback)
ParameterDescription
uniqueIdThe unique Id of the message
folderNameName of the folder.
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginCopyMessage (12 of 12)

Begins an asynchronous copying.

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

BeginCopyMessage(System::String uniqueId, System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uniqueIdThe unique Id of the message
folderNameName of the folder.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.