Table of Contents

Class SetRuleOperation

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents an operation to update an existing rule.

public sealed class SetRuleOperation : RuleOperation
Inheritance
SetRuleOperation
Inherited Members

Constructors

SetRuleOperation()

Initializes a new instance of the SetRuleOperation class.

public SetRuleOperation()

SetRuleOperation(Rule)

Initializes a new instance of the SetRuleOperation class.

public SetRuleOperation(Rule rule)

Parameters

rule Rule

The inbox rule to update.

Properties

Rule

Gets or sets the rule to be updated.

public Rule Rule { get; set; }

Property Value

Rule