Uses of Class
microsoft.exchange.webservices.data.autodiscover.enumeration.AutodiscoverResponseType

Packages that use AutodiscoverResponseType
microsoft.exchange.webservices.data.autodiscover.configuration   
microsoft.exchange.webservices.data.autodiscover.configuration.outlook   
microsoft.exchange.webservices.data.autodiscover.enumeration   
 

Uses of AutodiscoverResponseType in microsoft.exchange.webservices.data.autodiscover.configuration
 

Methods in microsoft.exchange.webservices.data.autodiscover.configuration that return AutodiscoverResponseType
abstract  AutodiscoverResponseType ConfigurationSettingsBase.getResponseType()
          Gets the type of the response.
 

Uses of AutodiscoverResponseType in microsoft.exchange.webservices.data.autodiscover.configuration.outlook
 

Methods in microsoft.exchange.webservices.data.autodiscover.configuration.outlook that return AutodiscoverResponseType
 AutodiscoverResponseType OutlookConfigurationSettings.getResponseType()
          Gets the type of the response.
 

Uses of AutodiscoverResponseType in microsoft.exchange.webservices.data.autodiscover.enumeration
 

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



Copyright © 2012–2015 Microsoft. All rights reserved.