Uses of Class
microsoft.exchange.webservices.data.property.complex.RuleOperation
-
-
Uses of RuleOperation in microsoft.exchange.webservices.data.core
Method parameters in microsoft.exchange.webservices.data.core with type arguments of type RuleOperation Modifier and Type Method Description voidExchangeService. updateInboxRules(Iterable<RuleOperation> operations, boolean removeOutlookRuleBlob)Updates the authenticated user's inbox rules by applying the specified operations.voidExchangeService. 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 Constructor Description 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 Modifier and Type Method Description protected Iterable<RuleOperation>UpdateInboxRulesRequest. getInboxRuleOperations()Gets the RuleOperation collection.Method parameters in microsoft.exchange.webservices.data.core.request with type arguments of type RuleOperation Modifier and Type Method Description voidUpdateInboxRulesRequest. 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 Modifier and Type Class Description classCreateRuleOperationRepresents an operation to create a new rule.classDeleteRuleOperationRepresents an operation to delete an existing rule.classSetRuleOperationRepresents an operation to update an existing rule.Methods in microsoft.exchange.webservices.data.property.complex that return RuleOperation Modifier and Type Method Description RuleOperationRuleOperationError. getOperation()Gets the operation that resulted in an error.Method parameters in microsoft.exchange.webservices.data.property.complex with type arguments of type RuleOperation Modifier and Type Method Description voidRuleOperationError. setOperationByIndex(Iterator<RuleOperation> operations)Set operation property by the index of a given opeation enumerator.
-