OlViewSaveOption Enumeration

Specifies the folders in which the view is available and the read permissions attached to the view.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlViewSaveOption
'Usage
Dim instance As OlViewSaveOption
public enum OlViewSaveOption

Members

Member name Description
olViewSaveOptionThisFolderEveryone Indicates that the view is only available in the current folder and is available to all users.
olViewSaveOptionThisFolderOnlyMe Indicates that the view is only available in the current folder and is only available to the current Outlook user.
olViewSaveOptionAllFoldersOfType Indicates that the view is available in all folders of the same type.

Remarks

Used by the Copy method and SaveOption property of View objects.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Create a View