_TableView.ShowConversationSendersAboveSubject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool ShowConversationSendersAboveSubject { bool get(); void set(bool value); };
public bool ShowConversationSendersAboveSubject { get; set; }
Public Property ShowConversationSendersAboveSubject As Boolean
Property Value
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.