NewsFeed

The NewsFeed object represents a single RSS or Atom news feed.

Properties:

Articles (read-only)

Type: collection of NewsArticle objects.  This retrieves a snapshot collection of the articles currently in the database for this feed.

Methods:

IsFeed()

Returns: Boolean (always True for NewsFeed objects)

 

Description: Always returns True for NewsFeed objects.  Because feed collections can contain both NewsFeed and NewsFolder objects, this method is necessary to distinguish between the different types.

 

GetProperty(name)

name: String

Returns: String

 

Description: Get a named property for this news feed.  Valid property names are: id, name, url, unread.

 

SetProperty(name, value)

name: String

value: Variant

 

Description: Set the named property for this news feed.