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> _
Public Enumeration DelegateFolderPermissionLevelType
'Usage
Dim instance As DelegateFolderPermissionLevelType
[SerializableAttribute]
public enum DelegateFolderPermissionLevelType
Members
Member name | Description | |
---|---|---|
None | The delegate user has no permissions on the folder. | |
Editor | The delegate user can create, read, edit, and delete all items in the folder. | |
Reviewer | The delegate user can read items in the folder. | |
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. |
Remarks
This enumeration is used by the CalendarFolderPermissionLevel, TasksFolderPermissionLevel, InboxFolderPermissionLevel, ContactsFolderPermissionLevel, NotesFolderPermissionLevel, and JournalFolderPermissionLevel properties of the DelegatePermissionsType object.