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

Packages that use RuleOperation
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.exception.service.remote   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.property.complex   
 

Uses of RuleOperation in microsoft.exchange.webservices.data.core
 

Method parameters in microsoft.exchange.webservices.data.core with type arguments of type RuleOperation
 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.
 

Uses of RuleOperation in microsoft.exchange.webservices.data.core.exception.service.remote
 

Constructor parameters in microsoft.exchange.webservices.data.core.exception.service.remote with type arguments of type RuleOperation
UpdateInboxRulesException(UpdateInboxRulesResponse serviceResponse, Iterable<RuleOperation> ruleOperations)
          Initializes a new instance of the UpdateInboxRulesException class.
 

Uses of RuleOperation in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that return types with arguments of type RuleOperation
protected  Iterable<RuleOperation> UpdateInboxRulesRequest.getInboxRuleOperations()
          Gets the RuleOperation collection.
 

Method parameters in microsoft.exchange.webservices.data.core.request with type arguments of type RuleOperation
 void UpdateInboxRulesRequest.setInboxRuleOperations(Iterable<RuleOperation> value)
          Sets the RuleOperation collection.
 

Uses of RuleOperation in microsoft.exchange.webservices.data.property.complex
 

Subclasses of RuleOperation in microsoft.exchange.webservices.data.property.complex
 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.property.complex that return RuleOperation
 RuleOperation RuleOperationError.getOperation()
          Gets the operation that resulted in an error.
 

Method parameters in microsoft.exchange.webservices.data.property.complex with type arguments of type RuleOperation
 void RuleOperationError.setOperationByIndex(Iterator<RuleOperation> operations)
          Set operation property by the index of a given opeation enumerator.
 



Copyright © 2012–2015 Microsoft. All rights reserved.