ExchangeServiceBinding.EndFindItem Method
The EndFindItem method is used to end an asynchronous FindItem call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function EndFindItem ( _
asyncResult As IAsyncResult _
) As FindItemResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As FindItemResponseType
returnValue = instance.EndFindItem(asyncResult)
public FindItemResponseType EndFindItem(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
Return Value
Type: ExchangeWebServices.FindItemResponseType
The EndFindItem method returns a FindItemResponseType object.