_TableView.SaveOption Property

Definition

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.

public:
 property Microsoft::Office::Interop::Outlook::OlViewSaveOption SaveOption { Microsoft::Office::Interop::Outlook::OlViewSaveOption get(); };
public Microsoft.Office.Interop.Outlook.OlViewSaveOption SaveOption { get; }
Public ReadOnly Property SaveOption As OlViewSaveOption

Property Value

Remarks

The value of the SaveOption property is set when the TableView object is created using the Add(String, OlViewType, OlViewSaveOption) method of the Views collection.

Applies to