Share via


ExchangeServiceBinding.MoveItemAsync Method (MoveItemType)

The MoveItemAsync method provides asynchronous access to the MoveItem Web service method.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Sub MoveItemAsync ( _
    MoveItem1 As MoveItemType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim MoveItem1 As MoveItemType

instance.MoveItemAsync(MoveItem1)
public void MoveItemAsync(
    MoveItemType MoveItem1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.