Enum ExchangeFolderPermissionAction
ExchangeFolderPermissionAction enumeration
Defines which items in a folder a user has permission to edit or delete.
public enum ExchangeFolderPermissionAction
Values
| 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. |
See Also
- namespace Aspose.Email.Clients.Exchange
- assembly Aspose.Email