Uses of Class
microsoft.exchange.webservices.data.property.complex.Rule
-
Packages that use Rule Package Description microsoft.exchange.webservices.data.property.complex -
-
Uses of Rule in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that return Rule Modifier and Type Method Description RuleCreateRuleOperation. getRule()Gets or sets the rule to be created.RuleRuleCollection. getRule(int index)Gets the rule at the specified index in the collection.RuleSetRuleOperation. getRule()Gets the rule to be updated.Methods in microsoft.exchange.webservices.data.property.complex that return types with arguments of type Rule Modifier and Type Method Description Iterator<Rule>RuleCollection. iterator()Get an enumerator for the collectionMethods in microsoft.exchange.webservices.data.property.complex with parameters of type Rule Modifier and Type Method Description voidCreateRuleOperation. setRule(Rule value)voidSetRuleOperation. setRule(Rule value)Sets the rule to be updated.Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type Rule Constructor Description CreateRuleOperation(Rule rule)Initializes a new instance of theCreateRuleOperationclass.SetRuleOperation(Rule rule)Initializes a new instance of the SetRuleOperation class.
-