GetUserSettingsResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |