_FromRssFeedRuleCondition.FromRssFeed Property

Definition

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.

public:
 property System::Object ^ FromRssFeed { System::Object ^ get(); void set(System::Object ^ value); };
public object FromRssFeed { get; set; }
Public Property FromRssFeed As Object

Property Value

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.

Applies to