ExchangeServiceBinding.FindItemCompleted Event

Definition

The FindItemCompleted event occurs when an asynchronous FindItem operation is complete.

public:
 event ExchangeWebServices::FindItemCompletedEventHandler ^ FindItemCompleted;
public event ExchangeWebServices.FindItemCompletedEventHandler FindItemCompleted;
Public Custom Event FindItemCompleted As FindItemCompletedEventHandler 

Event Type

Remarks

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

Applies to