public final class ExchangeCalendarPermissionLevel
extends com.aspose.ms.System.Enum
Specifies the permission level that a user has on a calendar folder.
Modifier and Type | Field and Description |
---|---|
static int |
Author
The user can create and read all items in the folder, and edit and delete only items that the user creates.
|
static int |
Contributor
The user can create items in the folder.
|
static int |
Custom
The user has custom access permissions on the folder.
|
static int |
Editor
The user can create, read, edit, and delete all items in the folder.
|
static int |
FreeBusyTimeAndSubjectAndLocation
The user can view free/busy time within the calendar and the subject and location of appointments.
|
static int |
FreeBusyTimeOnly
The user can view only free/busy time within the calendar.
|
static int |
None
The user has no permissions on the folder.
|
static int |
NoneditingAuthor
The user can create and read all items in the folder, and delete only items that the user creates.
|
static int |
Owner
The user can create, read, edit, and delete all items in the folder and create subfolders.
|
static int |
PublishingAuthor
The user can create and read all items in the folder, edit and delete only items that the user creates, and create subfolders.
|
static int |
PublishingEditor
The user can create, read, edit, and delete all items in the folder, and create subfolders.
|
static int |
Reviewer
The user can read all 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 None
The user has no permissions on the folder.
public static final int Owner
The user can create, read, edit, and delete all items in the folder and create subfolders. The user is both folder owner and folder contact.
public static final int PublishingEditor
The user can create, read, edit, and delete all items in the folder, and create subfolders.
public static final int Editor
The user can create, read, edit, and delete all items in the folder.
public static final int PublishingAuthor
The user can create and read all items in the folder, edit and delete only items that the user creates, and create subfolders.
public static final int Author
The user can create and read all items in the folder, and edit and delete only items that the user creates.
public static final int NoneditingAuthor
The user can create and read all items in the folder, and delete only items that the user creates.
public static final int Reviewer
The user can read all items in the folder.
public static final int Contributor
The user can create items in the folder. The contents of the folder do not appear.
public static final int FreeBusyTimeOnly
The user can view only free/busy time within the calendar.
public static final int FreeBusyTimeAndSubjectAndLocation
The user can view free/busy time within the calendar and the subject and location of appointments.
public static final int Custom
The user has custom access permissions on the folder.