Enum ExchangeDelegateFolderPermissionLevel

ExchangeDelegateFolderPermissionLevel enumeration

Enumerates the permissions levels which a delegate user can have on folder

public enum ExchangeDelegateFolderPermissionLevel

Values

NameValueDescription
NotSpecified-1Indicates that permission level is not specified
None0Indicates that the delegate user has no permissions on the folder
Reviewer1Indicates that the delegate user can read items in the folder
Author2Indicates that the delegate user can read and create items in the folder
Editor3Indicates that the delegate user can create, read and modify items in the folder
Custom4Indicates that the delegate user has custom permission on the folder

See Also