Exposes methods that provide access to the Common Feed List, which is a hierarchy of Really Simple Syndication (RSS) feeds to which the user is subscribed.
Members Table
The following table lists the members exposed by the
FeedsManager
object.
Remarks
This is the top-level object in the Windows RSS Platform. To create the object in C/C++, call CoCreateInstance setting the CLSID parameter to CLSID_FeedsManager. For scripting, call CreateObject with the ProgID Microsoft.FeedsManager.
The FeedsManager object is light-weight and is designed to be created when necessary; caching an object reference is not necessary.
See Also