Edit

Share via


SetRuleOperation Constructors

Definition

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.

Applies to