View.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 SaveOption property is set when the View object is created by using the Add(String, OlViewType, OlViewSaveOption) method.

Applies to