Share via


PermissionLevelType Enumeration

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).

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Enumeration PermissionLevelType
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public enum PermissionLevelType
[SerializableAttribute] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")] 
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")] 
public enum class PermissionLevelType
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
public enum PermissionLevelType
SerializableAttribute 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
public enum PermissionLevelType

Members

Member name Description
Author The user can create and read all items in the folder, and edit and delete only items that the user creates.
Contributor The user can create items in the folder. The contents of the folder do not appear.
Custom The user has custom access permissions on the folder.
Editor The user can create, read, edit, and delete all items in the folder.
None The user has no permissions on the folder.
NoneditingAuthor The user can create and read all items in the folder, and delete only items that the user creates.
Owner 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.
PublishingAuthor The user can create and read all items in the folder, edit and delete only items that the user creates, and create subfolders.
PublishingEditor The user can create, read, edit, and delete all items in the folder, and create subfolders.
Reviewer The user can read all items in the folder.

Remarks

This enumeration is used by the PermissionLevel property of the PermissionType object.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)

See Also