Share via


ExchangeServiceBinding.CreateItemCompleted Event

The CreateItemCompleted event occurs when an asynchronous CreateItem operation is complete.

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

Syntax

'Declaration
Public Event CreateItemCompleted As CreateItemCompletedEventHandler
'Usage
Dim instance As ExchangeServiceBinding
Dim handler As CreateItemCompletedEventHandler

AddHandler instance.CreateItemCompleted, handler
public event CreateItemCompletedEventHandler CreateItemCompleted

Remarks

For an example of an asynchronous call, see FindFolderAsync.