View.ViewType Property
Returns an OlViewType constant representing the view type of a View object. 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 View
Dim value As OlViewType
value = instance.ViewType
[DispIdAttribute()]
OlViewType ViewType { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlViewType
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.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace