ExchangeServiceBinding.EndCopyItem(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 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.