Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.error.WebExceptionStatus
-
Packages that use WebExceptionStatus Package Description microsoft.exchange.webservices.data.core.enumeration.misc.error -
-
Uses of WebExceptionStatus in microsoft.exchange.webservices.data.core.enumeration.misc.error
Methods in microsoft.exchange.webservices.data.core.enumeration.misc.error that return WebExceptionStatus Modifier and Type Method Description static WebExceptionStatusWebExceptionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WebExceptionStatus[]WebExceptionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-