Share via


ExchangeServiceBinding.FindItemAsync Method (FindItemType)

The FindItemAsync method provides asynchronous access to the FindItem Web service method.

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

Syntax

'Declaration
Public Sub FindItemAsync ( _
    FindItem1 As FindItemType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim FindItem1 As FindItemType

instance.FindItemAsync(FindItem1)
public void FindItemAsync(
    FindItemType FindItem1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.