Enum ExchangeFolderPermissionLevel

ExchangeFolderPermissionLevel enumeration

Specifies the permission level that a user has on a folder.

public enum ExchangeFolderPermissionLevel

Values

NameValueDescription
None0The user has no permissions on the folder.
Owner983The user can create, read, edit, and delete all items in the folder and create subfolders. The user is both folder owner and folder contact.
PublishingEditor215The user can create, read, edit, and delete all items in the folder, and create subfolders.
Editor87The user can create, read, edit, and delete all items in the folder.
PublishingAuthor175The user can create and read all items in the folder, edit and delete only items that the user creates, and create subfolders.
Author47The user can create and read all items in the folder, and edit and delete only items that the user creates.
NoneditingAuthor15The user can create and read all items in the folder, and delete only items that the user creates.
Reviewer3The user can read all items in the folder.
Contributor5The user can create items in the folder. The contents of the folder do not appear.
Custom1073741824The user has custom access permissions on the folder.

See Also