FormRegionManifest.ShowInspectorRead Property

Definition

Gets or sets a value that indicates whether to display the form region when an Outlook Inspector is in read mode.

public:
 property bool ShowInspectorRead { bool get(); void set(bool value); };
public bool ShowInspectorRead { get; set; }
member this.ShowInspectorRead : bool with get, set
Public Property ShowInspectorRead As Boolean

Property Value

true to display the form region when an Outlook Inspector is in read mode; otherwise, false. The default is true.

Exceptions

Remarks

An Outlook Inspector is in read mode if you cannot add content to the item. For example, when you open an existing mail item, the item appears in an Inspector that is in read mode.

Applies to