_FromRssFeedRuleCondition.FromRssFeed Property
Returns or sets an array of String (string in C#) elements that represent the RSS subscriptions that are being evaluated by the rule condition. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property FromRssFeed As Object
Get
Set
'Usage
Dim instance As _FromRssFeedRuleCondition
Dim value As Object
value = instance.FromRssFeed
instance.FromRssFeed = value
[DispIdAttribute()]
Object FromRssFeed { get; set; }
Property Value
Type: System.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
Reference
_FromRssFeedRuleCondition Interface