This topic has not yet been rated - Rate this topic

IFeed::UnreadItemCount Property

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.