_IconView.ViewType Property
Returns an OlViewType constant that indicates the view type of the view. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property ViewType As OlViewType
Get
'Usage
Dim instance As _IconView
Dim value As OlViewType
value = instance.ViewType
[DispIdAttribute()]
OlViewType ViewType { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlViewType