_TimelineView.TimelineViewMode Property
Returns or sets an OlTimelineViewMode constant that indicates the view mode for 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 TimelineViewMode As OlTimelineViewMode
Get
Set
'Usage
Dim instance As _TimelineView
Dim value As OlTimelineViewMode
value = instance.TimelineViewMode
instance.TimelineViewMode = value
[DispIdAttribute()]
OlTimelineViewMode TimelineViewMode { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlTimelineViewMode