public final class ExchangeFolderPermissionAction
extends com.aspose.ms.System.Enum
Defines which items in a folder a user has permission to edit or delete.
Modifier and Type | Field and Description |
---|---|
static int |
All
Indicates that the user has permission to perform the action on all items in the folder.
|
static int |
None
Indicates that the user does not have permission to perform the action on any items in the folder.
|
static int |
Owned
Indicates that the user has permission to perform the action on the items in the folder that the user owns.
|
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 None
Indicates that the user does not have permission to perform the action on any items in the folder.
public static final int Owned
Indicates that the user has permission to perform the action on the items in the folder that the user owns.
public static final int All
Indicates that the user has permission to perform the action on all items in the folder.