Uses of Class
microsoft.exchange.webservices.data.RuleOperation

Uses of RuleOperation in microsoft.exchange.webservices.data
 

Subclasses of RuleOperation in microsoft.exchange.webservices.data
 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.
 

Methods in microsoft.exchange.webservices.data that return RuleOperation
 RuleOperation RuleOperationError.getOperation()
          Gets the operation that resulted in an error.
 

Method parameters in microsoft.exchange.webservices.data with type arguments of type RuleOperation
protected  void RuleOperationError.setOperationByIndex(Iterator<RuleOperation> operations)
          Set operation property by the index of a given opeation enumerator.
 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 parameters in microsoft.exchange.webservices.data with type arguments of type RuleOperation
UpdateInboxRulesException(microsoft.exchange.webservices.data.UpdateInboxRulesResponse serviceResponse, Iterable<RuleOperation> ruleOperations)
          Initializes a new instance of the UpdateInboxRulesException class.
 



Copyright © 2012. All Rights Reserved.