FromRssFeedRuleCondition.FromRssFeed property (Outlook)

Returns or sets an array of String elements that represent the RSS subscriptions that are being evaluated by the rule condition. Read/write.

Syntax

expression. FromRssFeed

expression A variable that represents a FromRssFeedRuleCondition object.

Remarks

Each element of the array is a single RSS subscription. Multiple RSS subscriptions are evaluated as logical OR conditions.

You cannot obtain a list of valid RSS subscription names through the Outlook object model. You can obtain a list of valid RSS subscription names from the XML file Outlook.Sharing.xml.obi, which is located in the folder [drive]\Documents and Settings[UserName]\Local Settings\Application Data\Microsoft\Outlook. The name attribute of the <local> tag contains the name of the RSS subscription that must be supplied in the array of strings for FromRssFeed. To enumerate all RSS subscriptions, examine the <bindings> tag where <binding prov="{0006F0AF-0000-0000-C000-000000000046}">.

Returns an error if one or more elements in the array contains an empty string or an invalid RSS subscription.

See also

FromRssFeedRuleCondition Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.