public final class ExchangeDelegateFolderPermissionLevel
extends com.aspose.ms.System.Enum
Enumerates the permissions levels which a delegate user can have on folder
Modifier and Type | Field and Description |
---|---|
static int |
Author
Indicates that the delegate user can read and create items in the folder
|
static int |
Custom
Indicates that the delegate user has custom permission on the folder
|
static int |
Editor
Indicates that the delegate user can create, read and modify items in the folder
|
static int |
None
Indicates that the delegate user has no permissions on the folder
|
static int |
NotSpecified
Indicates that permission level is not specified
|
static int |
Reviewer
Indicates that the delegate user can read items in the folder
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NotSpecified
Indicates that permission level is not specified
public static final int None
Indicates that the delegate user has no permissions on the folder
public static final int Reviewer
Indicates that the delegate user can read items in the folder
public static final int Author
Indicates that the delegate user can read and create items in the folder
public static final int Editor
Indicates that the delegate user can create, read and modify items in the folder
public static final int Custom
Indicates that the delegate user has custom permission on the folder