_TableView.ShowFullConversations 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 to display conversation items from other folders, such as the Sent Items folder, as part of the conversation in the table view. Read/write.
public:
property bool ShowFullConversations { bool get(); void set(bool value); };
public bool ShowFullConversations { get; set; }
Public Property ShowFullConversations As Boolean
Property Value
Remarks
The ShowFullConversations property takes effect only if the current table view displays items by date and conversation.
True indicates that items of the same conversation are displayed by default as part of the conversation in the table view. False indicates that only conversation items in the current folder are displayed in the table view.
The ShowFullConversations property is analogous to selecting Show Messages from Other Folders in the Conversations menu of the Arrangement group on the View tab of the Microsoft Office Fluent ribbon.