Share via


ExchangeServiceBinding.FindFolderAsync Method (FindFolderType, Object)

The FindFolderAsync method provides asynchronous access to the FindFolder Web service method.

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

Syntax

'Declaration
Public Sub FindFolderAsync ( _
    FindFolder1 As FindFolderType, _
    userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim FindFolder1 As FindFolderType
Dim userState As Object

instance.FindFolderAsync(FindFolder1, _
    userState)
public void FindFolderAsync(
    FindFolderType FindFolder1,
    Object userState
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.