ExchangeServiceBinding.CopyItemAsync Method (CopyItemType, Object)

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

instance.CopyItemAsync(CopyItem1, userState)
public void CopyItemAsync(
    CopyItemType CopyItem1,
    Object userState
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.