SetRuleOperation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetRuleOperation() |
Initializes a new instance of the SetRuleOperation class. |
SetRuleOperation(Rule) |
Initializes a new instance of the SetRuleOperation class with the specified rule. |
SetRuleOperation()
Initializes a new instance of the SetRuleOperation class.
public:
SetRuleOperation();
public SetRuleOperation ();
Public Sub New ()
Remarks
Updates a rule in a specific mailbox.
Applies to
SetRuleOperation(Rule)
Initializes a new instance of the SetRuleOperation class with the specified rule.
public:
SetRuleOperation(Microsoft::Exchange::WebServices::Data::Rule ^ rule);
public SetRuleOperation (Microsoft.Exchange.WebServices.Data.Rule rule);
Parameters
- rule
- Rule
The rule to be updated and sent to the messaging server.