Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value that indicates whether to display the form region when an Outlook Inspector is in compose mode.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Property ShowInspectorCompose As Boolean
'Usage
Dim instance As FormRegionManifest
Dim value As Boolean
value = instance.ShowInspectorCompose
instance.ShowInspectorCompose = value
public bool ShowInspectorCompose { get; set; }
public:
property bool ShowInspectorCompose {
bool get ();
void set (bool value);
}
public function get ShowInspectorCompose () : boolean
public function set ShowInspectorCompose (value : boolean)
Property Value
Type: System.Boolean
true to display the form region when an Outlook Inspector is in compose mode; otherwise, false. The default is true.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.