MAPIFolder.CustomViewsOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean (bool in C#) that determines which views are displayed on the View menu for a given folder. Read/write.
public:
property bool CustomViewsOnly { bool get(); void set(bool value); };
public bool CustomViewsOnly { get; set; }
Public Property CustomViewsOnly As Boolean
Property Value
Remarks
If set to the True, only user-created views will appear on the menu.
This property has an effect only on the View menu. It does not affect the display of views in the Navigation Pane.