Jaa


SetUserOofSettingsCompletedEventArgs.Result Property

The Result property gets the response from the asynchronous call to the SetUserOofSettingsAsync method.

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

Syntax

'Declaration
Public ReadOnly Property Result As SetUserOofSettingsResponse
    Get
'Usage
Dim instance As SetUserOofSettingsCompletedEventArgs
Dim value As SetUserOofSettingsResponse

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

Property Value

Type: ExchangeWebServices.SetUserOofSettingsResponse
The Result property returns a SetUserOofSettingsResponse object that contains the results of the asynchronous call to the SetUserOofSettingsAsync method.