_TimelineView.ShowLabelWhenViewingByMonth 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 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.