ExchangeServiceBinding.MoveItemAsync 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.
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).