Rules.IsRssRulesProcessingEnabled Property
Outlook Developer Reference |
Returns or sets a Boolean that indicates whether RSS rules processing has been enabled. Read/write.
Version Information
Version Added: Outlook 2007
Syntax
expression.IsRssRulesProcessingEnabled
expression A variable that represents a Rules object.
Remarks
After setting IsRssRulesProcessingEnabled, you must call Rules.Save 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.
See Also