ExchangeServiceBinding.BeginFindItem Method
The BeginFindItem method is used to begin an asynchronous FindItem call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function BeginFindItem ( _
FindItem1 As FindItemType, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim FindItem1 As FindItemType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginFindItem(FindItem1, _
callback, asyncState)
public IAsyncResult BeginFindItem(
FindItemType FindItem1,
AsyncCallback callback,
Object asyncState
)
Parameters
- FindItem1
Type: ExchangeWebServices.FindItemType
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
The BeginFindItem method returns an IAsyncResult object.