Поделиться через


FindItemCompletedEventArgs.Result Property

The Result class gets the response from an asynchronous call to the FindItem operation.

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

Syntax

'Declaration
Public ReadOnly Property Result As FindItemResponseType
    Get
'Usage
Dim instance As FindItemCompletedEventArgs
Dim value As FindItemResponseType

value = instance.Result
public FindItemResponseType Result { get; }

Property Value

Type: ExchangeWebServices.FindItemResponseType
The Result property returns a FindItemResponseType object that contains the results of an asynchronous call to the FindItem operation.