ExchangeServiceBinding.EndCopyItem(IAsyncResult) Method

Definition

The EndCopyItem(IAsyncResult) method is used to end an asynchronous CopyItem(CopyItemType) call.

public:
 ExchangeWebServices::CopyItemResponseType ^ EndCopyItem(IAsyncResult ^ asyncResult);
public ExchangeWebServices.CopyItemResponseType EndCopyItem (IAsyncResult asyncResult);
Public Function EndCopyItem (asyncResult As IAsyncResult) As CopyItemResponseType

Parameters

asyncResult
IAsyncResult

Returns

The EndCopyItem(IAsyncResult) method returns a CopyItemResponseType object.

Applies to