_Rules.IsRssRulesProcessingEnabled Property

Definition

Returns or sets a Boolean (bool in C#) that indicates whether RSS rules processing has been enabled. Read/write.

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

Property Value

Remarks

After setting IsRssRulesProcessingEnabled, you must call Save(Object) to persist this setting. This property is persisted on a mailbox-level setting that will roam with the user.

If IsRssRulesProcessingEnabled is False, then no conditions about RSS feeds will be evaluated during rules processing.

Applies to