OlShowItemCount Enumeration

Indicates which type of count for Microsoft Outlook items is displayed for folders in the Outlook Navigation Pane.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlShowItemCount
'Usage
Dim instance As OlShowItemCount
public enum OlShowItemCount

Members

Member name Description
olNoItemCount No item count displayed.
olShowUnreadItemCount Shows count of unread items.
olShowTotalItemCount Shows count of total number of items.

Remarks

Used by the MAPIFolder.ShowItemCount property.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace