BeginMoveFolder

BeginMoveFolder (1 of 6)

Moves specified folder and its subfolders to new location asynchronously.

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

BeginMoveFolder(System::SharedPtr < IConnection > connection, System::String newParentFolder, System::String folderName)
ParameterDescription
connectionConnection to a server
newParentFolderNew location for moved folder
folderNameFolder to move

BeginMoveFolder (2 of 6)

Moves specified folder and its subfolders to new location asynchronously.

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

BeginMoveFolder(System::SharedPtr < IConnection > connection, System::String newParentFolder, System::String folderName, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
newParentFolderNew location for moved folder
folderNameFolder to move
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveFolder (3 of 6)

Moves specified folder and its subfolders to new location asynchronously.

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

BeginMoveFolder(System::SharedPtr < IConnection > connection, System::String newParentFolder, System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
newParentFolderNew location for moved folder
folderNameFolder to move
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginMoveFolder (4 of 6)

Moves specified folder and its subfolders to new location asynchronously.

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

BeginMoveFolder(System::String newParentFolder, System::String folderName)
ParameterDescription
newParentFolderNew location for moved folder
folderNameFolder to move

BeginMoveFolder (5 of 6)

Moves specified folder and its subfolders to new location asynchronously.

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

BeginMoveFolder(System::String newParentFolder, System::String folderName, System::AsyncCallback callback)
ParameterDescription
newParentFolderNew location for moved folder
folderNameFolder to move
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginMoveFolder (6 of 6)

Moves specified folder and its subfolders to new location asynchronously.

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

BeginMoveFolder(System::String newParentFolder, System::String folderName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
newParentFolderNew location for moved folder
folderNameFolder to move
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.