_Rules.IsRssRulesProcessingEnabled Property
Returns or sets a Boolean (bool in C#) that indicates whether RSS rules processing has been enabled. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property IsRssRulesProcessingEnabled As Boolean
Get
Set
'Usage
Dim instance As _Rules
Dim value As Boolean
value = instance.IsRssRulesProcessingEnabled
instance.IsRssRulesProcessingEnabled = value
[DispIdAttribute()]
bool IsRssRulesProcessingEnabled { get; set; }
Property Value
Type: System.Boolean
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.