MAPIFolder.CustomViewsOnly Property

Definition

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.

Applies to