Class GetUserSettingsResponse
GetUserSettingsResponse class
Represents the response to a GetUsersSettings call for an individual user.
public sealed class GetUserSettingsResponse : AutodiscoverResponse
Constructors
Properties
| Name | Description |
|---|
| ErrorCode { get; } | Gets the error code that was returned by the service. |
| ErrorMessage { get; } | Gets the error message that was returned by the service. |
| RedirectTarget { get; } | Gets the redirectionTarget (URL or email address) |
| Settings { get; } | Gets the requested settings for the user. |
| SmtpAddress { get; } | Gets the SMTP address this response applies to. |
| UserSettingErrors { get; } | Gets error information for settings that could not be returned. |
Methods
See Also