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)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| folderName | Name 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)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| folderName | Name of the folder. |
| callback | References 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)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of message |
| folderName | Name of the folder. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| folderName | Name 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| folderName | Name of the folder. |
| callback | References 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of message |
| folderName | Name of the folder. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
| folderName | Name 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
| folderName | Name of the folder. |
| callback | References 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique Id of the message |
| folderName | Name of the folder. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The 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)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| folderName | Name 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)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| folderName | Name of the folder. |
| callback | References 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)
| Parameter | Description |
|---|---|
| uniqueId | The unique Id of the message |
| folderName | Name of the folder. |
| callback | References a method to be called when a corresponding asynchronous operation completes. |
| state | The state. |