FormRegionManifest.ShowInspectorRead Property
Gets or sets a value that indicates whether to display the form region when an Outlook Inspector is in read mode.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)
Syntax
'Declaration
Property ShowInspectorRead As Boolean
bool ShowInspectorRead { get; set; }
Property Value
Type: System.Boolean
true to display the form region when an Outlook Inspector is in read mode; otherwise, false. The default is true.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | 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.
.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.