Modifier and Type | Method and Description |
---|---|
void |
ExchangeService.updateInboxRules(Iterable<RuleOperation> operations,
boolean removeOutlookRuleBlob)
Updates the authenticated user's inbox rules by applying the specified
operations.
|
void |
ExchangeService.updateInboxRules(Iterable<RuleOperation> operations,
boolean removeOutlookRuleBlob,
String mailboxSmtpAddress)
Updates the authenticated user's inbox rules by applying the specified
operations.
|
Constructor and Description |
---|
UpdateInboxRulesException(UpdateInboxRulesResponse serviceResponse,
Iterable<RuleOperation> ruleOperations)
Initializes a new instance of the UpdateInboxRulesException class.
|
Modifier and Type | Method and Description |
---|---|
protected Iterable<RuleOperation> |
UpdateInboxRulesRequest.getInboxRuleOperations()
Gets the RuleOperation collection.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateInboxRulesRequest.setInboxRuleOperations(Iterable<RuleOperation> value)
Sets the RuleOperation collection.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateRuleOperation
Represents an operation to create a new rule.
|
class |
DeleteRuleOperation
Represents an operation to delete an existing rule.
|
class |
SetRuleOperation
Represents an operation to update an existing rule.
|
Modifier and Type | Method and Description |
---|---|
RuleOperation |
RuleOperationError.getOperation()
Gets the operation that resulted in an error.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleOperationError.setOperationByIndex(Iterator<RuleOperation> operations)
Set operation property by the index of a given opeation enumerator.
|
Copyright © 2012–2015 Microsoft. All rights reserved.