Uses of Class
microsoft.exchange.webservices.data.property.complex.RuleError

Packages that use RuleError
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
protected  RuleError RuleErrorCollection.createComplexProperty(String xmlElementName)
          Creates an RuleError object from an XML element name.
 RuleError RuleOperationError.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
 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
protected  String RuleErrorCollection.getCollectionItemXmlElementName(RuleError ruleValidationError)
          Retrieves the XML element name corresponding to the provided RuleError object.
 



Copyright © 2012–2015 Microsoft. All rights reserved.