View.Standard Property
Returns a Boolean (bool in C#) that specifies whether or not the view 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 View
Dim value As Boolean
value = instance.Standard
[DispIdAttribute()]
bool Standard { get; }
Property Value
Type: System.Boolean