View.ViewType Property

Definition

Returns an OlViewType constant representing the view type of a View object. Read-only.

public:
 property Microsoft::Office::Interop::Outlook::OlViewType ViewType { Microsoft::Office::Interop::Outlook::OlViewType get(); };
public Microsoft.Office.Interop.Outlook.OlViewType ViewType { get; }
Public ReadOnly Property ViewType As OlViewType

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.

Applies to