RuleActions.StopProcessingRules Property

Definition

Gets or sets a value that indicates whether subsequent rules should be evaluated.

public:
 property bool StopProcessingRules { bool get(); void set(bool value); };
public bool StopProcessingRules { get; set; }
Public Property StopProcessingRules As Boolean

Property Value

true if the e-mail message rule processing is to be stopped; otherwise, false. The default value is false.

Remarks

The StopProcessingRules property represents an action that stops the rules processing.

Add this action to each rule to prevent subsequent rules from processing messages that are processed by the rule. If you want more than one rule to process messages, do not add this property to earlier rules.

The StopProcessingRules property is returned with the RuleActions class regardless of whether the rule that is associated with this RuleActions class has defined such a rule action. If the rule has defined and enabled such a rule action, this property will be true.

Applies to