Specifies the type of view that is displayed by an OutlookBarGroup object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlOutlookBarViewType
'Usage
Dim instance As OlOutlookBarViewType
public enum OlOutlookBarViewType
Members
| Member name | Description | |
|---|---|---|
| olLargeIcon | The Outlook Bar group displays large icons. | |
| olSmallIcon | The Outlook Bar group displays small icons. |
Remarks
This enumeration is used by the ViewType property of the OutlookBarGroup object.