OutlookBarGroup.ViewType Property

Definition

Returns or sets an OlOutlookBarViewType constant representing the view type of an OutlookBarGroup object. Read/write.

public:
 property Microsoft::Office::Interop::Outlook::OlOutlookBarViewType ViewType { Microsoft::Office::Interop::Outlook::OlOutlookBarViewType get(); void set(Microsoft::Office::Interop::Outlook::OlOutlookBarViewType value); };
public Microsoft.Office.Interop.Outlook.OlOutlookBarViewType ViewType { get; set; }
Public Property ViewType As OlOutlookBarViewType

Property Value

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.

Applies to