Package | Description |
---|---|
microsoft.exchange.webservices.data.property.complex |
Modifier and Type | Method and Description |
---|---|
Rule |
SetRuleOperation.getRule()
Gets the rule to be updated.
|
Rule |
CreateRuleOperation.getRule()
Gets or sets the rule to be created.
|
Rule |
RuleCollection.getRule(int index)
Gets the rule at the specified index in the collection.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Rule> |
RuleCollection.iterator()
Get an enumerator for the collection
|
Modifier and Type | Method and Description |
---|---|
void |
SetRuleOperation.setRule(Rule value)
Sets the rule to be updated.
|
void |
CreateRuleOperation.setRule(Rule value) |
Constructor and Description |
---|
CreateRuleOperation(Rule rule)
Initializes a new instance of the
|
SetRuleOperation(Rule rule)
Initializes a new instance of the SetRuleOperation class.
|
Copyright © 2012–2015 Microsoft. All rights reserved.