PermissionLevel
Published: July 16, 2012
Applies to: Exchange 2013 | Exchange Online | Exchange Server 2007 Service Pack 1 (SP1) | Exchange Server 2010
The PermissionLevel element represents the permission level that a user has on a folder. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
<PermissionLevel>None or Owner or PublishingEditor or Editor or PublishingAuthor or Author or NoneditingAuthor or Reviewer or Contributor or Custom</PermissionLevel>
PermissionLevelType
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child elements
None.
Parent elements
Element | Description |
|---|---|
Defines the access that a user has to a folder. This element was introduced in Exchange 2007 SP1. |
The following table lists the possible values for the PermissionLevel element.
Value | Description |
|---|---|
None | Indicates that the user has no permissions on the folder. |
Owner | Indicates that 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 | Indicates that the user can create, read, edit, and delete all items in the folder, and create subfolders. |
Editor | Indicates that the user can create, read, edit, and delete all items in the folder. |
PublishingAuthor | Indicates that the user can create and read all items in the folder, edit and delete only items that the user creates, and create subfolders. |
Author | Indicates that the user can create and read all items in the folder, and edit and delete only items that the user creates. |
NoneditingAuthor | Indicates that the user can create and read all items in the folder, and delete only items that the user creates. |
Reviewer | Indicates that the user can read all items in the folder. |
Contributor | Indicates that the user can create items in the folder. The contents of the folder do not appear. |
Custom | Indicates that the user has custom access permissions on the folder. |
The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.
Namespace | http://schemas.microsoft.com/exchange/services/2006/types |
Schema Name | Types schema |
Validation File | Types.xsd |
Can be Empty | False |
Date | Description |
|---|---|
July 16, 2012 | Initial publication |