Share via


ExchangeServiceBinding.CopyItemAsync Method (CopyItemType)

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

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

Syntax

'Declaration
Public Sub CopyItemAsync ( _
    CopyItem1 As CopyItemType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim CopyItem1 As CopyItemType

instance.CopyItemAsync(CopyItem1)
public void CopyItemAsync(
    CopyItemType CopyItem1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.