DelegateFolderPermissionLevelType Enumeration
The DelegateFolderPermissionLevelType enumeration specifies the permission level that a delegate user has on a folder in another user's mailbox. This enumeration was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<SerializableAttribute> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
Public Enumeration DelegateFolderPermissionLevelType
[SerializableAttribute]
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")]
public enum DelegateFolderPermissionLevelType
[SerializableAttribute]
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")]
public enum class DelegateFolderPermissionLevelType
/** @attribute SerializableAttribute() */
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */
public enum DelegateFolderPermissionLevelType
SerializableAttribute
GeneratedCodeAttribute("wsdl", "2.0.50727.42")
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")
public enum DelegateFolderPermissionLevelType
Members
Member name | Description |
---|---|
Author | The delegate user can create and read all items in the folder, and edit and delete only items that the user creates. |
Custom | The delegate user has custom access permissions on the folder. |
Editor | The delegate user can create, read, edit, and delete all items in the folder. |
None | The delegate user has no permissions on the folder. |
Reviewer | The delegate user can read items in the folder. |
Remarks
This enumeration is used by the CalendarFolderPermissionLevel, TasksFolderPermissionLevel, InboxFolderPermissionLevel, ContactsFolderPermissionLevel, NotesFolderPermissionLevel, and JournalFolderPermissionLevel properties of the DelegatePermissionsType 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)