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

Packages that use AutodiscoverErrorCode
microsoft.exchange.webservices.data.autodiscover.enumeration   
microsoft.exchange.webservices.data.autodiscover.exception   
microsoft.exchange.webservices.data.autodiscover.exception.error   
microsoft.exchange.webservices.data.autodiscover.response   
 

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

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

Uses of AutodiscoverErrorCode in microsoft.exchange.webservices.data.autodiscover.exception
 

Methods in microsoft.exchange.webservices.data.autodiscover.exception that return AutodiscoverErrorCode
 AutodiscoverErrorCode AutodiscoverResponseException.getErrorCode()
          Gets the ErrorCode for the exception.
 

Constructors in microsoft.exchange.webservices.data.autodiscover.exception with parameters of type AutodiscoverErrorCode
AutodiscoverResponseException(AutodiscoverErrorCode errorCode, String message)
          Initializes a new instance of the class.
 

Uses of AutodiscoverErrorCode in microsoft.exchange.webservices.data.autodiscover.exception.error
 

Methods in microsoft.exchange.webservices.data.autodiscover.exception.error that return AutodiscoverErrorCode
 AutodiscoverErrorCode UserSettingError.getErrorCode()
          Gets the error code.
 AutodiscoverErrorCode DomainSettingError.getErrorCode()
          Gets the error code.
 

Methods in microsoft.exchange.webservices.data.autodiscover.exception.error with parameters of type AutodiscoverErrorCode
 void UserSettingError.setErrorCode(AutodiscoverErrorCode errorCode)
           
 

Constructors in microsoft.exchange.webservices.data.autodiscover.exception.error with parameters of type AutodiscoverErrorCode
UserSettingError(AutodiscoverErrorCode errorCode, String errorMessage, String settingName)
          Initializes a new instance of the "UserSettingError" class.
 

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

Methods in microsoft.exchange.webservices.data.autodiscover.response that return AutodiscoverErrorCode
 AutodiscoverErrorCode AutodiscoverResponse.getErrorCode()
          Gets the error code that was returned by the service.
 

Methods in microsoft.exchange.webservices.data.autodiscover.response with parameters of type AutodiscoverErrorCode
 void AutodiscoverResponse.setErrorCode(AutodiscoverErrorCode errorCode)
          Sets the error code.
 



Copyright © 2012–2015 Microsoft. All rights reserved.