Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public enum OlIconViewType
Member nameDescription
olIconViewLargeDisplays Outlook items as large icons, with the description for the Outlook item below the icon.
olIconViewSmallDisplays Outlook items as a collection of small icons, with the description for the Outlook item next to the icon.
olIconViewListDisplays Outlook items as a list of small icons, with the description for the Outlook item next to the icon.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.