ExchangeServiceBinding.MoveItemAsync Method (MoveItemType, Object)
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, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim MoveItem1 As MoveItemType
Dim userState As Object
instance.MoveItemAsync(MoveItem1, userState)
public void MoveItemAsync(
MoveItemType MoveItem1,
Object userState
)
Parameters
- MoveItem1
Type: ExchangeWebServices.MoveItemType
The MoveItem request.
- userState
Type: System.Object