ExchangeServiceBinding.EndCopyFolder Method
The EndCopyFolder method is used to end an asynchronous CopyFolder call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function EndCopyFolder ( _
asyncResult As IAsyncResult _
) As CopyFolderResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As CopyFolderResponseType
returnValue = instance.EndCopyFolder(asyncResult)
public CopyFolderResponseType EndCopyFolder(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
Return Value
Type: ExchangeWebServices.CopyFolderResponseType
The EndCopyFolder method returns a CopyFolderResponseType object.