ExchangeServiceBinding.EndMoveItem(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 EndMoveItem(IAsyncResult) method is used to end an asynchronous MoveItem(MoveItemType) call.
public:
ExchangeWebServices::MoveItemResponseType ^ EndMoveItem(IAsyncResult ^ asyncResult);
public ExchangeWebServices.MoveItemResponseType EndMoveItem (IAsyncResult asyncResult);
Public Function EndMoveItem (asyncResult As IAsyncResult) As MoveItemResponseType
Parameters
- asyncResult
- IAsyncResult
Returns
The EndMoveItem(IAsyncResult) method returns a MoveItemResponseType object.