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.

C#
public void MoveItemAsync (ExchangeWebServices.MoveItemType MoveItem1);

Parameters

MoveItem1
MoveItemType

The MoveItem request.

Remarks

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

Applies to

Exchange EWS proxy Latest
Product Versions
Exchange EWS proxy Latest

MoveItemAsync(MoveItemType, Object)

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

C#
public void MoveItemAsync (ExchangeWebServices.MoveItemType MoveItem1, object userState);

Parameters

MoveItem1
MoveItemType

The MoveItem request.

userState
Object

Remarks

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

Applies to

Exchange EWS proxy Latest
Product Versions
Exchange EWS proxy Latest