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 that determine what type of events are returned by the event sink.
Syntax
typedef enum FEEDS_EVENTS_MASK { FEM_FOLDEREVENTS = 0x00000001, FEM_FEEDEVENTS = 0x00000002 } FEEDS_EVENTS_MASK;
Constants
FEM_FOLDEREVENTS
Returns only folder events.FEM_FEEDEVENTS
Returns only feed events.
Enumerated Type Information
Header and IDL files msfeeds.h, msfeeds.idl Minimum availability Internet Explorer 7 Minimum operating systems Windows XP SP2
See Also
IFeed::GetWatcher, IFeedFolder::GetWatcher, IXFeed::GetWatcher, IXFeedFolder::GetWatcher