OlShowItemCount Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates which type of count for Microsoft Outlook items is displayed for folders in the Outlook Navigation Pane.
public enum class OlShowItemCount
public enum OlShowItemCount
Public Enum OlShowItemCount
- Inheritance
-
OlShowItemCount
Fields
Name | Value | Description |
---|---|---|
olNoItemCount | 0 | No item count displayed. |
olShowUnreadItemCount | 1 | Shows count of unread items. |
olShowTotalItemCount | 2 | Shows count of total number of items. |
Remarks
Used by the ShowItemCount property.