Modifier and Type | Method and Description |
---|---|
GetUserSettingsResponse |
AutodiscoverService.getUserSettings(String userSmtpAddress,
UserSettingName... userSettingNames)
Retrieves the specified settings for single SMTP address.
|
protected GetUserSettingsResponse |
AutodiscoverService.internalGetLegacyUserSettings(String emailAddress,
List<UserSettingName> requestedSettings)
Gets user settings from Autodiscover legacy endpoint.
|
protected GetUserSettingsResponse |
AutodiscoverService.internalGetSoapUserSettings(String smtpAddress,
List<UserSettingName> requestedSettings)
Calls the SOAP Autodiscover service
for user settings for a single SMTP address.
|
Modifier and Type | Method and Description |
---|---|
abstract GetUserSettingsResponse |
ConfigurationSettingsBase.convertSettings(String smtpAddress,
List<UserSettingName> requestedSettings)
Convert ConfigurationSettings to GetUserSettings response.
|
Modifier and Type | Method and Description |
---|---|
GetUserSettingsResponse |
OutlookConfigurationSettings.convertSettings(String smtpAddress,
List<UserSettingName> requestedSettings)
Convert OutlookConfigurationSettings to GetUserSettings response.
|
Modifier and Type | Method and Description |
---|---|
protected GetUserSettingsResponse |
GetUserSettingsResponseCollection.createResponseInstance()
Create a response instance.
|
Copyright © 2012–2015 Microsoft. All rights reserved.