OlViewSaveOption Enum

Definition

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

olViewSaveOptionAllFoldersOfType 2

Indicates that the view is available in all folders of the same type.

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.

Remarks

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

Applies to