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

Uses of AutodiscoverErrorCode in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return AutodiscoverErrorCode
 AutodiscoverErrorCode UserSettingError.getErrorCode()
          Gets the error code.
 AutodiscoverErrorCode DomainSettingError.getErrorCode()
          Gets the error code.
 AutodiscoverErrorCode AutodiscoverResponseException.getErrorCode()
          Gets the ErrorCode for the exception.
 AutodiscoverErrorCode AutodiscoverResponse.getErrorCode()
          Gets the error code that was returned by the service.
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.
 

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

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



Copyright © 2012. All Rights Reserved.