GetUserSettingsResponse Class

Definition

Represents the response to a GetUsersSettings call for an individual user.

public ref class GetUserSettingsResponse sealed : Microsoft::Exchange::WebServices::Autodiscover::AutodiscoverResponse
public sealed class GetUserSettingsResponse : Microsoft.Exchange.WebServices.Autodiscover.AutodiscoverResponse
Public NotInheritable Class GetUserSettingsResponse
Inherits AutodiscoverResponse
Inheritance
GetUserSettingsResponse

Constructors

GetUserSettingsResponse()

Initializes a new instance of the GetUserSettingsResponse class.

Properties

ErrorCode

Gets the error code that was returned by the service.

(Inherited from AutodiscoverResponse)
ErrorMessage

Gets the error message that was returned by the service.

(Inherited from AutodiscoverResponse)
RedirectTarget

Gets the redirection target (URL or e-mail address).

Settings

Gets the requested settings for the user.

SmtpAddress

Gets the SMTP e-mail address to which this response applies.

UserSettingErrors

Gets a collection of errors for settings that could not be returned.

Methods

TryGetSettingValue<T>(UserSettingName, T)

Attempts to get the user setting value.

Applies to