_TableView.ShowConversationSendersAboveSubject Property

Definition

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.

Applies to