PermissionLevelType 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.
The PermissionLevelType enumeration specifies the permission level that a user has on a folder. This enumeration was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
public enum class PermissionLevelType
public enum PermissionLevelType
Public Enum PermissionLevelType
- Inheritance
-
PermissionLevelType
Fields
Name | Value | Description |
---|---|---|
None | 0 | The user has no permissions on the folder. |
Owner | 1 | The user can create, read, edit, and delete all items in the folder, and create subfolders. The user is both folder owner and folder contact. |
PublishingEditor | 2 | The user can create, read, edit, and delete all items in the folder, and create subfolders. |
Editor | 3 | The user can create, read, edit, and delete all items in the folder. |
PublishingAuthor | 4 | The user can create and read all items in the folder, edit and delete only items that the user creates, and create subfolders. |
Author | 5 | The user can create and read all items in the folder, and edit and delete only items that the user creates. |
NoneditingAuthor | 6 | The user can create and read all items in the folder, and delete only items that the user creates. |
Reviewer | 7 | The user can read all items in the folder. |
Contributor | 8 | The user can create items in the folder. The contents of the folder do not appear. |
Custom | 9 | The user has custom access permissions on the folder. |
Remarks
This enumeration is used by the PermissionLevel property of the PermissionType object.