_TableView.ShowConversationSendersAboveSubject Property

Returns or sets a Boolean (bool in C#) value that indicates whether the table view displays the participating senders above the subject line in the conversation header, or below it. Read/write.

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

Syntax

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

value = instance.ShowConversationSendersAboveSubject

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

Property Value

Type: System.Boolean

Remarks

True indicates that the table view displays the participating senders above the subject line in the conversation header. False indicates that the table view displays the participating senders below the subject line in the conversation header.

See Also

Reference

_TableView Interface

_TableView Members

Microsoft.Office.Interop.Outlook Namespace