Edit

Share via


DelegateFolderPermissionLevelType Enum

Definition

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

public enum class DelegateFolderPermissionLevelType
public enum DelegateFolderPermissionLevelType
Public Enum DelegateFolderPermissionLevelType
Inheritance
DelegateFolderPermissionLevelType

Fields

Name Value Description
None 0

The delegate user has no permissions on the folder.

Editor 1

The delegate user can create, read, edit, and delete all items in the folder.

Reviewer 2

The delegate user can read items in the folder.

Author 3

The delegate user can create and read all items in the folder, and edit and delete only items that the user creates.

Custom 4

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.

Applies to