OlShowItemCount Enum

Definition

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.

Applies to