FormRegionManifest.ShowInspectorCompose 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 compose mode.
public:
property bool ShowInspectorCompose { bool get(); void set(bool value); };
public bool ShowInspectorCompose { get; set; }
member this.ShowInspectorCompose : bool with get, set
Public Property ShowInspectorCompose As Boolean
Property Value
true
to display the form region when an Outlook Inspector is in compose mode; otherwise, false
. The default is true
.
Exceptions
Locked is true
.
Remarks
An Outlook inspector is in compose mode if you can add content to the item. For example, when you open a new mail item, the item appears in an Inspector that is in compose mode.