public final class OutlookConfigurationSettings extends ConfigurationSettingsBase
| Constructor and Description |
|---|
OutlookConfigurationSettings()
Initializes a new instance of the OutlookConfigurationSettings class.
|
| Modifier and Type | Method and Description |
|---|---|
GetUserSettingsResponse |
convertSettings(String smtpAddress,
List<UserSettingName> requestedSettings)
Convert OutlookConfigurationSettings to GetUserSettings response.
|
String |
getNamespace()
Gets the namespace that defines the settings.
|
String |
getRedirectTarget()
Gets the redirect target.
|
AutodiscoverResponseType |
getResponseType()
Gets the type of the response.
|
protected static boolean |
isAvailableUserSetting(UserSettingName setting)
Determines whether user setting is available in the
OutlookConfiguration or not.
|
void |
makeRedirectionResponse(URI redirectUrl)
Makes this instance a redirection response.
|
boolean |
tryReadCurrentXmlElement(EwsXmlReader reader)
Tries to read the current XML element.
|
getError, loadFromXmlpublic OutlookConfigurationSettings()
protected static boolean isAvailableUserSetting(UserSettingName setting)
setting - The setting.public String getNamespace()
getNamespace in class ConfigurationSettingsBasepublic void makeRedirectionResponse(URI redirectUrl)
makeRedirectionResponse in class ConfigurationSettingsBaseredirectUrl - The redirect URL.public boolean tryReadCurrentXmlElement(EwsXmlReader reader) throws Exception
tryReadCurrentXmlElement in class ConfigurationSettingsBasereader - the readerException - the exceptionpublic GetUserSettingsResponse convertSettings(String smtpAddress, List<UserSettingName> requestedSettings)
convertSettings in class ConfigurationSettingsBasesmtpAddress - SMTP address requested.requestedSettings - The requested settings.public AutodiscoverResponseType getResponseType()
getResponseType in class ConfigurationSettingsBasepublic String getRedirectTarget()
getRedirectTarget in class ConfigurationSettingsBaseCopyright © 2012–2015 Microsoft. All rights reserved.