ExchangeServiceBinding.BeginFindFolder Method

The BeginFindFolder method is used to begin an asynchronous FindFolder call.

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

Syntax

'Declaration
Public Function BeginFindFolder ( _
    FindFolder1 As FindFolderType, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim FindFolder1 As FindFolderType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginFindFolder(FindFolder1, _
    callback, asyncState)
public IAsyncResult BeginFindFolder(
    FindFolderType FindFolder1,
    AsyncCallback callback,
    Object asyncState
)

Parameters

Return Value

Type: System.IAsyncResult
The BeginFindFolder method returns an IAsyncResult object.