OlIconViewType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the view mode when using an IconView object.
public enum class OlIconViewType
public enum OlIconViewType
Public Enum OlIconViewType
- Inheritance
-
OlIconViewType
Fields
Name | Value | Description |
---|---|---|
olIconViewLarge | 0 | Displays Outlook items as large icons, with the description for the Outlook item below the icon. |
olIconViewSmall | 1 | Displays Outlook items as a collection of small icons, with the description for the Outlook item next to the icon. |
olIconViewList | 2 | Displays Outlook items as a list 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.