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