Share via


FormRegionManifest.ShowReadingPane Property

Gets or sets a value that indicates whether to display the form region in the Reading Pane.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)

Syntax

'Declaration
Property ShowReadingPane As Boolean
    Get
    Set
bool ShowReadingPane { get; set; }

Property Value

Type: System.Boolean
true to display the form region in the Reading Pane; otherwise, false. The default is false.

Exceptions

Exception Condition
InvalidOperationException

Locked is true.

Remarks

The Reading Pane, sometimes referred to as the Preview Pane, provides a read-only view of information. You can use the Reading Pane to preview an item without opening the item.

Note

Input controls that you add to an adjoining form region, such as a text box, might not behave as expected when the item and form region are open in the Reading Pane. For more information, see Guidelines for Creating Outlook Form Regions.

.NET Framework Security

See Also

Reference

FormRegionManifest Interface

Microsoft.Office.Tools.Outlook Namespace