ExchangeServiceBinding.CopyItemCompleted Event

The CopyItemCompleted event occurs when an asynchronous CopyItem operation is complete.

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

Syntax

'Declaration
Public Event CopyItemCompleted As CopyItemCompletedEventHandler
'Usage
Dim instance As ExchangeServiceBinding
Dim handler As CopyItemCompletedEventHandler

AddHandler instance.CopyItemCompleted, handler
public event CopyItemCompletedEventHandler CopyItemCompleted

Remarks

For an example of an asynchronous call, see FindFolderAsync.