OlShowItemCount Enumeration
Indicates which type of Microsoft Outlook item count is displayed for folders in the Outlook navigation pane.
Name |
Value |
Description |
---|---|---|
olNoItemCount |
0 |
No item count displayed. |
olShowTotalItemCount |
2 |
Shows count of total number of items. |
olShowUnreadItemCount |
1 |
Shows count of unread items. |
Remarks
Used by the Folder.ShowItemCount Property (Outlook).