_CardView.Standard Property
Returns a Boolean (bool in C#) value that indicates whether the CardView 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
<DispIdAttribute()> _
ReadOnly Property Standard As Boolean
Get
'Usage
Dim instance As _CardView
Dim value As Boolean
value = instance.Standard
[DispIdAttribute()]
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.