_TimelineView.ShowLabelWhenViewingByMonth Property

Returns or sets a Boolean (bool in C#) value that determines if labels for Outlook items are displayed when viewing by month 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 ShowLabelWhenViewingByMonth As Boolean
    Get
    Set
'Usage
Dim instance As _TimelineView
Dim value As Boolean

value = instance.ShowLabelWhenViewingByMonth

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

Property Value

Type: System.Boolean

Remarks

This property is applicable only if the TimelineViewMode property is set to olTimelineViewMonth.

See Also

Reference

_TimelineView Interface

_TimelineView Members

Microsoft.Office.Interop.Outlook Namespace