BeginMoveMessage

BeginMoveMessage (1 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(int32_t sequenceNumber, System::String folderName)
ParameterDescription
sequenceNumberThe sequence number of message
folderNameFolder name where a message is to be moved

BeginMoveMessage (2 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(int32_t sequenceNumber, System::String folderName, bool commitDeletions)
ParameterDescription
sequenceNumberThe sequence number of message
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

BeginMoveMessage (3 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(int32_t sequenceNumber, System::String folderName, bool commitDeletions, System::AsyncCallback callback)
ParameterDescription
sequenceNumberThe sequence number of message
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.

BeginMoveMessage (4 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(int32_t sequenceNumber, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceNumberThe sequence number of message
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.

BeginMoveMessage (5 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(int32_t sequenceNumber, System::String folderName, System::AsyncCallback callback)
ParameterDescription
sequenceNumberThe sequence number of message
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessage (6 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(int32_t sequenceNumber, System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
sequenceNumberThe sequence number of message
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessage (7 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::String folderName)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
folderNameFolder name where a message is to be moved

BeginMoveMessage (8 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::String folderName, bool commitDeletions)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

BeginMoveMessage (9 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::String folderName, bool commitDeletions, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
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.

BeginMoveMessage (10 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
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.

BeginMoveMessage (11 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, System::String folderName, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of message
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessage (12 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(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
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessage (13 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::String folderName)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
folderNameFolder name where a message is to be moved

BeginMoveMessage (14 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::String folderName, bool commitDeletions)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

BeginMoveMessage (15 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::String folderName, bool commitDeletions, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
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.

BeginMoveMessage (16 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(System::SharedPtr < IConnection > connection, System::String uniqueId, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique Id of the message
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.

BeginMoveMessage (17 of 24)

Begins an asynchronous moving.

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

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

BeginMoveMessage (18 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(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
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveMessage (19 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(System::String uniqueId, System::String folderName)
ParameterDescription
uniqueIdThe unique Id of the message
folderNameFolder name where a message is to be moved

BeginMoveMessage (20 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(System::String uniqueId, System::String folderName, bool commitDeletions)
ParameterDescription
uniqueIdThe unique Id of the message
folderNameFolder name where a message is to be moved
commitDeletionsSpecifies whether deletions should be committed.

BeginMoveMessage (21 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(System::String uniqueId, System::String folderName, bool commitDeletions, System::AsyncCallback callback)
ParameterDescription
uniqueIdThe unique Id of the message
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.

BeginMoveMessage (22 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(System::String uniqueId, System::String folderName, bool commitDeletions, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uniqueIdThe unique Id of the message
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.

BeginMoveMessage (23 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(System::String uniqueId, System::String folderName, System::AsyncCallback callback)
ParameterDescription
uniqueIdThe unique Id of the message
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveMessage (24 of 24)

Begins an asynchronous moving.

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

BeginMoveMessage(System::String uniqueId, System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
uniqueIdThe unique Id of the message
folderNameFolder name where a message is to be moved
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.