OutlookBarGroup.ViewType Property
Returns or sets an OlOutlookBarViewType constant representing the view type of an OutlookBarGroup object. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property ViewType As OlOutlookBarViewType
Get
Set
'Usage
Dim instance As OutlookBarGroup
Dim value As OlOutlookBarViewType
value = instance.ViewType
instance.ViewType = value
[DispIdAttribute()]
OlOutlookBarViewType ViewType { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlOutlookBarViewType
Remarks
This property does not have any effect on the icons displayed in the Shortcuts pane. Large icons have been removed and if this property is set to olLargeIcon, it will not have any effect. In previous versions of Microsoft Outlook, it returns or sets the icon view displayed by the specified Outlook Bar group.