Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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