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 total (aggregated) number of unread items.
Syntax
[ count = ] FeedFolder.TotalUnreadItemCount
Possible Values
count Integer that receives the total number of items. The property is read-only. The property has no default value.
Remarks
The value returned from TotalUnreadItemCount is an aggregate of all the feeds in the current folder and its subfolders.
This property returns a cached value and does not require access to any feed files.
Applies To
FeedFolder
See Also