Udostępnij za pośrednictwem


FormRegionManifest.ShowInspectorRead Property (2007 System)

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.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)

Syntax

'Declaration
Public Property ShowInspectorRead As Boolean
'Usage
Dim instance As FormRegionManifest 
Dim value As Boolean 

value = instance.ShowInspectorRead

instance.ShowInspectorRead = value
public bool ShowInspectorRead { get; set; }
public:
property bool ShowInspectorRead {
    bool get ();
    void set (bool value);
}
public function get ShowInspectorRead () : boolean 
public function set ShowInspectorRead (value : boolean)

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

See Also

Reference

FormRegionManifest Class

FormRegionManifest Members

Microsoft.Office.Tools.Outlook Namespace