_IconView.Standard Property

Definition

Returns a Boolean (bool in C#) value that indicates whether the IconView object is a built-in Outlook view. Read-only.

public:
 property bool Standard { bool get(); };
public bool Standard { get; }
Public ReadOnly Property Standard As Boolean

Property Value

Remarks

The Reset() method can only be used on a view if the value of this property is set to True.

Applies to