Uses of Class
microsoft.exchange.webservices.data.property.complex.RuleError
-
Packages that use RuleError Package Description microsoft.exchange.webservices.data.property.complex -
-
Uses of RuleError in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that return RuleError Modifier and Type Method Description protected RuleErrorRuleErrorCollection. createComplexProperty(String xmlElementName)Creates an RuleError object from an XML element name.RuleErrorRuleOperationError. getRuleError(int index)Gets the rule error at the specified index.Methods in microsoft.exchange.webservices.data.property.complex that return types with arguments of type RuleError Modifier and Type Method Description Iterator<RuleError>RuleOperationError. iterator()Gets an iterator that iterates through the elements of the collection.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type RuleError Modifier and Type Method Description protected StringRuleErrorCollection. getCollectionItemXmlElementName(RuleError ruleValidationError)Retrieves the XML element name corresponding to the provided RuleError object.
-