Share via


ExchangeServiceBinding.CopyFolderAsync Method (CopyFolderType)

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

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Sub CopyFolderAsync ( _
    CopyFolder1 As CopyFolderType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim CopyFolder1 As CopyFolderType

instance.CopyFolderAsync(CopyFolder1)
public void CopyFolderAsync(
    CopyFolderType CopyFolder1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.