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, loadFromXml
public OutlookConfigurationSettings()
protected static boolean isAvailableUserSetting(UserSettingName setting)
setting
- The setting.public String getNamespace()
getNamespace
in class ConfigurationSettingsBase
public void makeRedirectionResponse(URI redirectUrl)
makeRedirectionResponse
in class ConfigurationSettingsBase
redirectUrl
- The redirect URL.public boolean tryReadCurrentXmlElement(EwsXmlReader reader) throws Exception
tryReadCurrentXmlElement
in class ConfigurationSettingsBase
reader
- the readerException
- the exceptionpublic GetUserSettingsResponse convertSettings(String smtpAddress, List<UserSettingName> requestedSettings)
convertSettings
in class ConfigurationSettingsBase
smtpAddress
- SMTP address requested.requestedSettings
- The requested settings.public AutodiscoverResponseType getResponseType()
getResponseType
in class ConfigurationSettingsBase
public String getRedirectTarget()
getRedirectTarget
in class ConfigurationSettingsBase
Copyright © 2012–2015 Microsoft. All rights reserved.