FormRegionManifest.ShowInspectorRead 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.
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
Locked is true
.
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.