Enum ExchangeDelegateFolderPermissionLevel
ExchangeDelegateFolderPermissionLevel enumeration
Enumerates the permissions levels which a delegate user can have on folder
public enum ExchangeDelegateFolderPermissionLevel
Values
| Name | Value | Description |
|---|---|---|
| NotSpecified | -1 | Indicates that permission level is not specified |
| None | 0 | Indicates that the delegate user has no permissions on the folder |
| Reviewer | 1 | Indicates that the delegate user can read items in the folder |
| Author | 2 | Indicates that the delegate user can read and create items in the folder |
| Editor | 3 | Indicates that the delegate user can create, read and modify items in the folder |
| Custom | 4 | Indicates that the delegate user has custom permission on the folder |
See Also
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email