_TimelineView.ShowLabelWhenViewingByMonth Property

Definition

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.

public:
 property bool ShowLabelWhenViewingByMonth { bool get(); void set(bool value); };
public bool ShowLabelWhenViewingByMonth { get; set; }
Public Property ShowLabelWhenViewingByMonth As Boolean

Property Value

Remarks

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

Applies to