_TimelineView.SaveOption Property
Returns an OlViewSaveOption constant that specifies the folders in which the specified view is available and the read permissions attached to the view. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property SaveOption As OlViewSaveOption
Get
'Usage
Dim instance As _TimelineView
Dim value As OlViewSaveOption
value = instance.SaveOption
[DispIdAttribute()]
OlViewSaveOption SaveOption { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlViewSaveOption
Remarks
The value of the SaveOption property is set when the TimelineView object is created by using the Add method of the Views collection.