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