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

Uses of DomainSettingName in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return DomainSettingName
static DomainSettingName DomainSettingName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DomainSettingName[] DomainSettingName.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 DomainSettingName
 Map<DomainSettingName,Object> GetDomainSettingsResponse.getSettings()
          Gets the requested settings for the domain.
 

Methods in microsoft.exchange.webservices.data with parameters of type DomainSettingName
 GetDomainSettingsResponseCollection AutodiscoverService.getDomainSettings(Iterable<String> domains, ExchangeVersion requestedVersion, DomainSettingName... domainSettingNames)
          Retrieves the specified settings for a set of domains.
 GetDomainSettingsResponse AutodiscoverService.getDomainSettings(String domain, ExchangeVersion requestedVersion, DomainSettingName... domainSettingNames)
          Retrieves the specified settings for a domain.
 

Method parameters in microsoft.exchange.webservices.data with type arguments of type DomainSettingName
protected  GetDomainSettingsResponseCollection AutodiscoverService.getDomainSettings(List<String> domains, List<DomainSettingName> settings, ExchangeVersion requestedVersion)
          Gets the domain settings using Autodiscover SOAP service.
 



Copyright © 2012. All Rights Reserved.