_IconView.Standard Property
Returns a Boolean value (bool in C#) that indicates whether the IconView object is a built-in Outlook view. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property Standard As Boolean
Get
'Usage
Dim instance As _IconView
Dim value As Boolean
value = instance.Standard
bool Standard { get; }
Property Value
Type: System.Boolean
Remarks
The Reset method can only be used on a view if the value of this property is set to True.