Uses of Class
microsoft.exchange.webservices.data.UserSettingName

Uses of UserSettingName in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return UserSettingName
static UserSettingName UserSettingName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserSettingName[] UserSettingName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in microsoft.exchange.webservices.data that return types with arguments of type UserSettingName
 Map<UserSettingName,Object> GetUserSettingsResponse.getSettings()
          Gets the requested settings for the user.
 

Methods in microsoft.exchange.webservices.data with parameters of type UserSettingName
 GetUserSettingsResponse AutodiscoverService.getUserSettings(String userSmtpAddress, UserSettingName... userSettingNames)
          Retrieves the specified settings for single SMTP address.
 GetUserSettingsResponseCollection AutodiscoverService.getUsersSettings(Iterable<String> userSmtpAddresses, UserSettingName... userSettingNames)
          Retrieves the specified settings for a set of users.
<T> boolean
GetUserSettingsResponse.tryGetSettingValue(Class<T> cls, UserSettingName setting, OutParam<T> value)
          Tries the get the user setting value.
 

Method parameters in microsoft.exchange.webservices.data with type arguments of type UserSettingName
protected  GetUserSettingsResponseCollection AutodiscoverService.getUserSettings(List<String> smtpAddresses, List<UserSettingName> settings)
          Gets the user settings using Autodiscover SOAP service.
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.
 void GetUserSettingsResponse.setSettings(Map<UserSettingName,Object> settings)
          sets the requested settings for the user.
 



Copyright © 2012. All Rights Reserved.