Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.29 KB

Outlook.OlIconViewType.md

File metadata and controls

30 lines (21 loc) · 1.29 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlIconViewType enumeration (Outlook)
vbaol11.chm3124
vbaol11.chm3124
Outlook.OlIconViewType
81fefee1-25b3-dbe5-0d10-047259e273a6
06/08/2017
medium

OlIconViewType enumeration (Outlook)

Indicates the view mode when using an IconView object.

Name Value Description
olIconViewLarge 0 Displays Outlook items as large icons, with the description for the Outlook item below the icon.
olIconViewList 2 Displays Outlook items as a list of small icons, with the description for the Outlook item next to the icon.
olIconViewSmall 1 Displays Outlook items as a collection of small icons, with the description for the Outlook item next to the icon.

Remarks

For olIconViewLarge and olIconViewSmall, the actual placement and orientation of icons displayed in the IconView object is determined by the OlIconViewPlacement constant specified in the IconPlacement property of the IconView object. The IconPlacement property value is ignored when olIconViewList is selected.

[!includeSupport and feedback]