Uses of Class
microsoft.exchange.webservices.data.autodiscover.enumeration.AutodiscoverErrorCode
-
-
Uses of AutodiscoverErrorCode in microsoft.exchange.webservices.data.autodiscover.enumeration
Methods in microsoft.exchange.webservices.data.autodiscover.enumeration that return AutodiscoverErrorCode Modifier and Type Method Description static AutodiscoverErrorCodeAutodiscoverErrorCode. 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 Modifier and Type Method Description AutodiscoverErrorCodeAutodiscoverResponseException. getErrorCode()Gets the ErrorCode for the exception.Constructors in microsoft.exchange.webservices.data.autodiscover.exception with parameters of type AutodiscoverErrorCode Constructor Description 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 Modifier and Type Method Description AutodiscoverErrorCodeDomainSettingError. getErrorCode()Gets the error code.AutodiscoverErrorCodeUserSettingError. getErrorCode()Gets the error code.Methods in microsoft.exchange.webservices.data.autodiscover.exception.error with parameters of type AutodiscoverErrorCode Modifier and Type Method Description voidUserSettingError. setErrorCode(AutodiscoverErrorCode errorCode)Constructors in microsoft.exchange.webservices.data.autodiscover.exception.error with parameters of type AutodiscoverErrorCode Constructor Description 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 Modifier and Type Method Description AutodiscoverErrorCodeAutodiscoverResponse. getErrorCode()Gets the error code that was returned by the service.Methods in microsoft.exchange.webservices.data.autodiscover.response with parameters of type AutodiscoverErrorCode Modifier and Type Method Description voidAutodiscoverResponse. setErrorCode(AutodiscoverErrorCode errorCode)Sets the error code.
-