_CalendarView.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 _CalendarView
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 CalendarView object is created by using the Add method of the Views collection.

See Also

Reference

_CalendarView Interface

_CalendarView Members

Microsoft.Office.Interop.Outlook Namespace