FromRssFeedRuleCondition.FromRssFeed 属性 (Outlook)

返回或设置一个 String 元素代表按规则条件计算的 RSS 订阅的数组。 读/写。

语法

expressionFromRssFeed

表达 一个代表 FromRssFeedRuleCondition 对象的变量。

备注

该数组的每个元素都是一个 RSS 订阅。 多个 RSS 订阅按逻辑 OR 条件进行计算。

You cannot obtain a list of valid RSS subscription names through the Outlook object model. 可以从 XML 文件 Outlook.Sharing.xml.obi 获取有效 RSS 订阅名称的列表,该文件位于 [驱动器]\文档和设置[UserName]\Local Settings\Application Data\Microsoft\Outlook 文件夹中。 name标记的 <local> 属性包含 RSS 订阅的名称,必须在 FromRssFeed 的字符串数组中提供该名称。 To enumerate all RSS subscriptions, examine the <bindings> tag where <binding prov="{0006F0AF-0000-0000-C000-000000000046}">.

如果数组中有一个或多个元素包含空字符串或无效的 RSS 订阅,则返回错误。

另请参阅

FromRssFeedRuleCondition 对象

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。