OlIconViewType Enumeration
Indicates the view mode when using an IconView object.
Version Information
Version Added: Outlook 2007
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.