OlViewSaveOption Enum
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.
Specifies the folders in which the view is available and the read permissions attached to the view.
public enum class OlViewSaveOption
public enum OlViewSaveOption
Public Enum OlViewSaveOption
- Inheritance
-
OlViewSaveOption
Fields
Name | Value | Description |
---|---|---|
olViewSaveOptionThisFolderEveryone | 0 | Indicates that the view is only available in the current folder and is available to all users. |
olViewSaveOptionThisFolderOnlyMe | 1 | Indicates that the view is only available in the current folder and is only available to the current Outlook user. |
olViewSaveOptionAllFoldersOfType | 2 | 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.