_TimelineView.DefaultExpandCollapseSetting Property

Returns or sets an OlDefaultExpandCollapseSetting constant that determines the default expansion setting for groups in the TimelineView object. Read/write.

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

Syntax

'Declaration
<DispIdAttribute()> _
Property DefaultExpandCollapseSetting As OlDefaultExpandCollapseSetting
    Get
    Set
'Usage
Dim instance As _TimelineView
Dim value As OlDefaultExpandCollapseSetting

value = instance.DefaultExpandCollapseSetting

instance.DefaultExpandCollapseSetting = value
[DispIdAttribute()]
OlDefaultExpandCollapseSetting DefaultExpandCollapseSetting { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlDefaultExpandCollapseSetting

See Also

Reference

_TimelineView Interface

_TimelineView Members

Microsoft.Office.Interop.Outlook Namespace