Share via


ExchangeServiceBinding.CopyFolderAsync Method (CopyFolderType, Object)

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, _
    userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim CopyFolder1 As CopyFolderType
Dim userState As Object

instance.CopyFolderAsync(CopyFolder1, _
    userState)
public void CopyFolderAsync(
    CopyFolderType CopyFolder1,
    Object userState
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.