FormRegionManifest.ShowInspectorCompose Property

Definition

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

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.

Applies to