ExchangeServiceBinding.BeginMoveItem 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 BeginMoveItem(MoveItemType, AsyncCallback, Object) method is used to begin an asynchronous MoveItem(MoveItemType) call.
public:
IAsyncResult ^ BeginMoveItem(ExchangeWebServices::MoveItemType ^ MoveItem1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginMoveItem (ExchangeWebServices.MoveItemType MoveItem1, AsyncCallback callback, object asyncState);
Public Function BeginMoveItem (MoveItem1 As MoveItemType, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- MoveItem1
- MoveItemType
- callback
- AsyncCallback
- asyncState
- Object
Returns
The BeginMoveItem(MoveItemType, AsyncCallback, Object) method returns an IAsyncResult object.