ExchangeServiceBinding.FindItemAsync Method (FindItemType, Object)

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

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

Syntax

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

instance.FindItemAsync(FindItem1, userState)
public void FindItemAsync(
    FindItemType FindItem1,
    Object userState
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.