_TableView.SaveOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.