ExchangeServiceBinding.CopyFolderAsync Method

Definition

Overloads

CopyFolderAsync(CopyFolderType, Object)

The CopyFolderAsync(CopyFolderType, Object) method provides asynchronous access to the CopyFolder Web service method.

CopyFolderAsync(CopyFolderType)

The CopyFolderAsync(CopyFolderType) method provides asynchronous access to the CopyFolder Web service method.

CopyFolderAsync(CopyFolderType, Object)

The CopyFolderAsync(CopyFolderType, Object) method provides asynchronous access to the CopyFolder Web service method.

public:
 void CopyFolderAsync(ExchangeWebServices::CopyFolderType ^ CopyFolder1, System::Object ^ userState);
public void CopyFolderAsync (ExchangeWebServices.CopyFolderType CopyFolder1, object userState);
Public Sub CopyFolderAsync (CopyFolder1 As CopyFolderType, userState As Object)

Parameters

CopyFolder1
CopyFolderType

The CopyFolder request.

userState
Object

Remarks

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

Applies to

CopyFolderAsync(CopyFolderType)

The CopyFolderAsync(CopyFolderType) method provides asynchronous access to the CopyFolder Web service method.

public:
 void CopyFolderAsync(ExchangeWebServices::CopyFolderType ^ CopyFolder1);
public void CopyFolderAsync (ExchangeWebServices.CopyFolderType CopyFolder1);
Public Sub CopyFolderAsync (CopyFolder1 As CopyFolderType)

Parameters

CopyFolder1
CopyFolderType

The CopyFolder request.

Remarks

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

Applies to