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

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 ShowItemCount property.

Applies to