ExchangeServiceBinding.FindFolderCompleted Event

The FindFolderCompleted event occurs when an asynchronous FindFolder operation is complete.

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

Syntax

'Declaration
Public Event FindFolderCompleted As FindFolderCompletedEventHandler
'Usage
Dim instance As ExchangeServiceBinding
Dim handler As FindFolderCompletedEventHandler

AddHandler instance.FindFolderCompleted, handler
public event FindFolderCompletedEventHandler FindFolderCompleted

Remarks

For an example of an asynchronous call, see FindFolderAsync.