GetUserSettingsResponse
Contents
[
Hide
]GetUserSettingsResponse class
Inherits: Aspose::Email::Clients::Exchange::AutodiscoverResponse
Represents the response to a GetUsersSettings call for an individual user.
Constructors
| Name | Description |
|---|---|
| GetUserSettingsResponse | Initializes a new instance of the GetUserSettingsResponse class. |
Methods
| Name | Description |
|---|---|
| get_RedirectTarget | Gets the redirectionTarget (URL or email address) |
| get_Settings | Gets the requested settings for the user. |
| get_SmtpAddress | Gets the SMTP address this response applies to. |
| get_UserSettingErrors | Gets error information for settings that could not be returned. |
| LoadFromXml | Loads response from XML. |
| LoadUserSettingsFromXml | Loads from XML. |
| set_RedirectTarget | Gets the redirectionTarget (URL or email address) |
| set_Settings | Gets the requested settings for the user. |
| set_SmtpAddress | Gets the SMTP address this response applies to. |
| set_UserSettingErrors | Gets error information for settings that could not be returned. |
| TryGetSettingValue | Tries the get the user setting value. |
| AutodiscoverService | |
| GetUserSettingsRequest | |
| OutlookAccount | |
| OutlookConfigurationSettings | |
| OutlookProtocol | |
| OutlookUser |