ExchangeServiceBinding.EndCopyFolder(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The EndCopyFolder(IAsyncResult) method is used to end an asynchronous CopyFolder(CopyFolderType) call.
public:
ExchangeWebServices::CopyFolderResponseType ^ EndCopyFolder(IAsyncResult ^ asyncResult);
public ExchangeWebServices.CopyFolderResponseType EndCopyFolder (IAsyncResult asyncResult);
Public Function EndCopyFolder (asyncResult As IAsyncResult) As CopyFolderResponseType
Parameters
- asyncResult
- IAsyncResult
Returns
The EndCopyFolder(IAsyncResult) method returns a CopyFolderResponseType object.