_TableView.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 _TableView
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 TableView object is created using the Add method of the Views collection.

See Also

Reference

_TableView Interface

_TableView Members

Microsoft.Office.Interop.Outlook Namespace