ExchangeServiceBinding.EndMoveItem(IAsyncResult) Method
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);
C#
public ExchangeWebServices.MoveItemResponseType EndMoveItem (IAsyncResult asyncResult);
Public Function EndMoveItem (asyncResult As IAsyncResult) As MoveItemResponseType
- asyncResult
- IAsyncResult
The EndMoveItem(IAsyncResult) method returns a MoveItemResponseType object.
Product | Versions |
---|---|
Exchange EWS proxy | Latest |