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.
Contains flags used by the IXFeedEvents::FeedItemCountChanged event.
Syntax
typedef enum FEEDS_EVENTS_ITEM_COUNT_FLAGS { FEICF_READ_ITEM_COUNT_CHANGED = 0x00000001, FEICF_UNREAD_ITEM_COUNT_CHANGED = 0x00000002 } FEEDS_EVENTS_ITEM_COUNT_FLAGS;
Constants
FEICF_READ_ITEM_COUNT_CHANGED
The number of items that have been read has changed.FEICF_UNREAD_ITEM_COUNT_CHANGED
The number of items that have not been read has changed.
Enumerated Type Information
Header and IDL files msfeeds.h, msfeeds.idl Minimum availability Internet Explorer 7 Minimum operating systems Windows XP SP2