OlIconViewType Enumeration

Indicates the view mode when using an IconView object.

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

Syntax

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

Members

Member name Description
olIconViewLarge Displays Outlook items as large icons, with the description for the Outlook item below the icon.
olIconViewSmall Displays Outlook items as a collection of small icons, with the description for the Outlook item next to the icon.
olIconViewList 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.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace