OlOutlookBarViewType 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.
Specifies the type of view that is displayed by an OutlookBarGroup object.
public enum class OlOutlookBarViewType
public enum OlOutlookBarViewType
Public Enum OlOutlookBarViewType
- Inheritance
-
OlOutlookBarViewType
Fields
Name | Value | Description |
---|---|---|
olLargeIcon | 0 | The Outlook Bar group displays large icons. |
olSmallIcon | 1 | The Outlook Bar group displays small icons. |
Remarks
This enumeration is used by the ViewType property of the OutlookBarGroup object.