Uses of Class
microsoft.exchange.webservices.data.autodiscover.enumeration.AutodiscoverResponseType
-
-
Uses of AutodiscoverResponseType in microsoft.exchange.webservices.data.autodiscover.configuration
Methods in microsoft.exchange.webservices.data.autodiscover.configuration that return AutodiscoverResponseType Modifier and Type Method Description abstract AutodiscoverResponseTypeConfigurationSettingsBase. 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 Modifier and Type Method Description AutodiscoverResponseTypeOutlookConfigurationSettings. 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 Modifier and Type Method Description static AutodiscoverResponseTypeAutodiscoverResponseType. 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.
-