Uses of Class
microsoft.exchange.webservices.data.autodiscover.response.AutodiscoverResponse

Packages that use AutodiscoverResponse
microsoft.exchange.webservices.data.autodiscover   
microsoft.exchange.webservices.data.autodiscover.request   
microsoft.exchange.webservices.data.autodiscover.response   
 

Uses of AutodiscoverResponse in microsoft.exchange.webservices.data.autodiscover
 

Classes in microsoft.exchange.webservices.data.autodiscover with type parameters of type AutodiscoverResponse
 class AutodiscoverResponseCollection<TResponse extends AutodiscoverResponse>
          Represents a collection of response to a call to the Autodiscover service.
 

Subclasses of AutodiscoverResponse in microsoft.exchange.webservices.data.autodiscover
 class AutodiscoverResponseCollection<TResponse extends AutodiscoverResponse>
          Represents a collection of response to a call to the Autodiscover service.
 

Uses of AutodiscoverResponse in microsoft.exchange.webservices.data.autodiscover.request
 

Methods in microsoft.exchange.webservices.data.autodiscover.request that return AutodiscoverResponse
protected  AutodiscoverResponse GetUserSettingsRequest.createServiceResponse()
          Creates the service response.
protected  AutodiscoverResponse GetDomainSettingsRequest.createServiceResponse()
          Creates the service response.
protected abstract  AutodiscoverResponse AutodiscoverRequest.createServiceResponse()
          Creates the service response.
protected  AutodiscoverResponse AutodiscoverRequest.internalExecute()
          Executes this instance.
protected  AutodiscoverResponse AutodiscoverRequest.loadFromXml(EwsXmlReader reader)
          Loads response from XML.
protected  AutodiscoverResponse AutodiscoverRequest.readSoapBody(EwsXmlReader reader)
          Read SOAP body.
 

Uses of AutodiscoverResponse in microsoft.exchange.webservices.data.autodiscover.response
 

Subclasses of AutodiscoverResponse in microsoft.exchange.webservices.data.autodiscover.response
 class GetDomainSettingsResponse
          Represents the response to a GetDomainSettings call for an individual domain.
 class GetDomainSettingsResponseCollection
          Represents a collection of response to GetDomainSettings.
 class GetUserSettingsResponse
          Represents the response to a GetUsersSettings call for an individual user.
 class GetUserSettingsResponseCollection
          Represents a collection of response to GetUserSettings.
 



Copyright © 2012–2015 Microsoft. All rights reserved.