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


SendItemCompletedEventArgs.Result Property

The Result property gets or sets the response to an asynchronous call to the SendItemAsync method.

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

Syntax

'Declaration
Public ReadOnly Property Result As SendItemResponseType
    Get
'Usage
Dim instance As SendItemCompletedEventArgs
Dim value As SendItemResponseType

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

Property Value

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