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.
Returns the count of unread feed items.
Syntax
HRESULT UnreadItemCount( UINT *puiUnreadItemCount );
Parameters
- puiUnreadItemCount
[out] Address of an unsigned integer variable that receives the number of unread items.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The IXFeed::UnreadItemCount property is a cached value and does not require access to the feed file.
See Also