ExchangeServiceBinding.MoveItemAsync Method

Definition

Overloads

MoveItemAsync(MoveItemType)

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

MoveItemAsync(MoveItemType, Object)

The MoveItemAsync(MoveItemType, Object) method provides asynchronous access to the MoveItem Web service method.

MoveItemAsync(MoveItemType)

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

public:
 void MoveItemAsync(ExchangeWebServices::MoveItemType ^ MoveItem1);
public void MoveItemAsync (ExchangeWebServices.MoveItemType MoveItem1);
Public Sub MoveItemAsync (MoveItem1 As MoveItemType)

Parameters

MoveItem1
MoveItemType

The MoveItem request.

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to

MoveItemAsync(MoveItemType, Object)

The MoveItemAsync(MoveItemType, Object) method provides asynchronous access to the MoveItem Web service method.

public:
 void MoveItemAsync(ExchangeWebServices::MoveItemType ^ MoveItem1, System::Object ^ userState);
public void MoveItemAsync (ExchangeWebServices.MoveItemType MoveItem1, object userState);
Public Sub MoveItemAsync (MoveItem1 As MoveItemType, userState As Object)

Parameters

MoveItem1
MoveItemType

The MoveItem request.

userState
Object

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to