OlIconViewType Enum

Definition

Indicates the view mode when using an IconView object.

public enum class OlIconViewType
public enum OlIconViewType
Public Enum OlIconViewType
Inheritance
OlIconViewType

Fields

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.

Applies to