public final class ExchangeCalendarPermissionReadAccess
extends com.aspose.ms.System.Enum
Sspecifies whether a user has permission to read items in a folder.
Modifier and Type | Field and Description |
---|---|
static int |
FullDetails
The user has permission to read all items in the folder.
|
static int |
None
The user does not have permission to read items in the folder.
|
static int |
TimeAndSubjectAndLocation
The user can view free/busy time within the calendar and the subject and location of appointments.
|
static int |
TimeOnly
The user can view only free/busy time within the calendar.
|
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
The user does not have permission to read items in the folder.
public static final int FullDetails
The user has permission to read all items in the folder.
public static final int TimeOnly
The user can view only free/busy time within the calendar.
public static final int TimeAndSubjectAndLocation
The user can view free/busy time within the calendar and the subject and location of appointments.