_TableView.AlwaysExpandConversation Property

Returns or sets a Boolean (bool in C#) value that indicates whether conversations are always fully expanded in the table view. Read/write.

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

Syntax

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

value = instance.AlwaysExpandConversation

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

Property Value

Type: System.Boolean

Remarks

The AlwaysExpandConversation property is analogous to selecting Always Expand Conversations in the Conversations menu of the Arrangement group on the View tab of the Microsoft Office Fluent ribbon.

True indicates that conversation groups are fully expanded in the table view by default; False indicates conversation groups are only partially expanded.

See Also

Reference

_TableView Interface

_TableView Members

Microsoft.Office.Interop.Outlook Namespace