_TableView.HideReadingPaneHeaderInfo Property

Returns or sets a Boolean (bool in C#) value that determines whether the header for an Outlook item is displayed in the Reading Pane for the TableView object. Read/write.

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

Syntax

'Declaration
<DispIdAttribute()> _
Property HideReadingPaneHeaderInfo As Boolean
    Get
    Set
'Usage
Dim instance As _TableView
Dim value As Boolean

value = instance.HideReadingPaneHeaderInfo

instance.HideReadingPaneHeaderInfo = value
[DispIdAttribute()]
bool HideReadingPaneHeaderInfo { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_TableView Interface

_TableView Members

Microsoft.Office.Interop.Outlook Namespace