ExchangeServiceBinding.CopyItemAsync Method

Definition

Overloads

CopyItemAsync(CopyItemType)

The CopyItemAsync(CopyItemType) method provides asynchronous access to the CopyItem Web service method.

CopyItemAsync(CopyItemType, Object)

The CopyItemAsync(CopyItemType, Object) method provides asynchronous access to the CopyItem Web service method.

CopyItemAsync(CopyItemType)

The CopyItemAsync(CopyItemType) method provides asynchronous access to the CopyItem Web service method.

public:
 void CopyItemAsync(ExchangeWebServices::CopyItemType ^ CopyItem1);
public void CopyItemAsync (ExchangeWebServices.CopyItemType CopyItem1);
Public Sub CopyItemAsync (CopyItem1 As CopyItemType)

Parameters

CopyItem1
CopyItemType

The CopyItem request.

Remarks

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

Applies to

CopyItemAsync(CopyItemType, Object)

The CopyItemAsync(CopyItemType, Object) method provides asynchronous access to the CopyItem Web service method.

public:
 void CopyItemAsync(ExchangeWebServices::CopyItemType ^ CopyItem1, System::Object ^ userState);
public void CopyItemAsync (ExchangeWebServices.CopyItemType CopyItem1, object userState);
Public Sub CopyItemAsync (CopyItem1 As CopyItemType, userState As Object)

Parameters

CopyItem1
CopyItemType

The CopyItem request.

userState
Object

Remarks

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

Applies to