ExchangeServiceBinding.CreateItemCompleted Event

Definition

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

public:
 event ExchangeWebServices::CreateItemCompletedEventHandler ^ CreateItemCompleted;
public event ExchangeWebServices.CreateItemCompletedEventHandler CreateItemCompleted;
Public Custom Event CreateItemCompleted As CreateItemCompletedEventHandler 

Event Type

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to