ExchangeServiceBinding.UpdateFolderCompleted Event

The UpdateFolderCompleted event occurs when an asynchronous UpdateFolder operation is complete.

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

Syntax

'Declaration
Public Event UpdateFolderCompleted As UpdateFolderCompletedEventHandler
'Usage
Dim instance As ExchangeServiceBinding
Dim handler As UpdateFolderCompletedEventHandler

AddHandler instance.UpdateFolderCompleted, handler
public event UpdateFolderCompletedEventHandler UpdateFolderCompleted

Remarks

For an example of an asynchronous call, see FindFolderAsync.