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.
Retrieves the count of unread feed items.
Syntax
HRESULT IFeed::get_UnreadItemCount(LONG *count);
Parameters
- count
Pointer to a variable of type LONG that receives the number of unread items.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The IFeed::UnreadItemCount property is a cached value and does not require access to the feed file.
See Also