Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.4 KB

Outlook.RuleConditions.FromAnyRSSFeed.md

File metadata and controls

38 lines (22 loc) · 1.4 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
RuleConditions.FromAnyRSSFeed property (Outlook)
vbaol11.chm3250
vbaol11.chm3250
Outlook.RuleConditions.FromAnyRSSFeed
df580ca7-ee2f-9c3a-ebc7-ca35528554cd
06/08/2017
medium

RuleConditions.FromAnyRSSFeed property (Outlook)

Returns a RuleCondition object with a RuleCondition.ConditionType of olConditionFromAnyRssFeed. Read-only.

Syntax

expression. FromAnyRSSFeed

expression A variable that represents a RuleConditions object.

Remarks

Use the returned RuleCondition object when enumerating the rule conditions or exception conditions of an existing rule, or when creating a rule that specifies the condition or exception condition that the message is from an RSS subscription.

This property of the RuleConditions collection always returns a RuleCondition object, regardless of whether the rule associated with this RuleConditions collection has defined such a rule condition. If the rule has defined and enabled such a rule condition, then RuleCondition.Enabled will be True.

See also

RuleConditions Object

[!includeSupport and feedback]