Share via


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

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Outlook Namespace