ExchangeServiceBinding.GetItemCompleted Event

The GetItemCompleted event occurs when an asynchronous GetItem operation is complete.

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

Syntax

'Declaration
Public Event GetItemCompleted As GetItemCompletedEventHandler
'Usage
Dim instance As ExchangeServiceBinding
Dim handler As GetItemCompletedEventHandler

AddHandler instance.GetItemCompleted, handler
public event GetItemCompletedEventHandler GetItemCompleted

Remarks

For an example of an asynchronous call, see FindFolderAsync.