Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Set of flags that determine which items are returned by IFeed::Xml.
Syntax
typedef enum FEEDS_XML_FILTER_FLAGS { FXFF_ALL = 0, FXFF_UNREAD = 1, FXFF_READ = 2 } FEEDS_XML_FILTER_FLAGS;
Constants
FXFF_ALL
All feed items are returned.FXFF_UNREAD
Returns only feed items that have not been read.FXFF_READ
Returns only feed items that have been read.
Enumerated Type Information
Header and IDL files msfeeds.h, msfeeds.IDL Minimum availability Internet Explorer 7 Minimum operating systems Windows XP SP2
See Also