IXFeedFolderEvents::FeedItemCountChanged Method

Occurs when the item count of a feed changes.

Syntax

HRESULT FeedItemCountChanged(
    LPCWSTR pszPath,
    FEICF feicfFlags
);

Parameters

  • pszPath
    [in] String that specifies the full path to the feed.
  • feicfFlags
    [in] An int that specifies a value from FEEDS_EVENTS_ITEM_COUNT_FLAGS.

Return Value

Returns S_OK if successful, or E_NOTIMPL.