PermissionActionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The PermissionActionType enumeration defines which items in a folder a user has permission to edit or delete. This enumeration was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
public enum class PermissionActionType
public enum PermissionActionType
Public Enum PermissionActionType
- Inheritance
-
PermissionActionType
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates that the user does not have permission to perform the action on any items in the folder. |
Owned | 1 | Indicates that the user has permission to perform the action on the items in the folder that the user owns. |
All | 2 | Indicates that the user has permission to perform the action on all items in the folder. |
Remarks
This enumeration is used by the DeleteItems property and the EditItems property of the BasePermissionType object.