| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
DelegateFolderPermissionLevel |
DelegateUser.getCalendarFolderPermissionLevel()
Gets the permissions for the default Calendar folder.
|
DelegateFolderPermissionLevel |
DelegateUser.getContactsFolderPermissionLevel()
Gets the permissions for the default Contacts folder.
|
DelegateFolderPermissionLevel |
DelegateUser.getInboxFolderPermissionLevel()
Gets the permissions for the default Inbox folder.
|
DelegateFolderPermissionLevel |
DelegateUser.getJournalFolderPermissionLevel()
Gets the permissions for the default Journal folder.
|
DelegateFolderPermissionLevel |
DelegateUser.getNotesFolderPermissionLevel()
Gets the permissions for the default Notes folder.
|
DelegateFolderPermissionLevel |
DelegateUser.getTasksFolderPermissionLevel()
Gets the permissions for the default Task folder.
|
static DelegateFolderPermissionLevel |
DelegateFolderPermissionLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DelegateFolderPermissionLevel[] |
DelegateFolderPermissionLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DelegateUser.setCalendarFolderPermissionLevel(DelegateFolderPermissionLevel calendarFolderPermissionLevel)
Sets the permissions for the default Calendar folder.
|
void |
DelegateUser.setContactsFolderPermissionLevel(DelegateFolderPermissionLevel contactsFolderPermissionLevel)
Sets the permissions for the default Contacts folder.
|
void |
DelegateUser.setInboxFolderPermissionLevel(DelegateFolderPermissionLevel inboxFolderPermissionLevel)
Sets the permissions for the default Inbox folder.
|
void |
DelegateUser.setJournalFolderPermissionLevel(DelegateFolderPermissionLevel journalFolderPermissionLevel)
Sets the permissions for the default Journal folder.
|
void |
DelegateUser.setNotesFolderPermissionLevel(DelegateFolderPermissionLevel notesFolderPermissionLevel)
Sets the permissions for the default Notes folder.
|
void |
DelegateUser.setTasksFolderPermissionLevel(DelegateFolderPermissionLevel tasksFolderPermissionLevel)
Sets the permissions for the default Task folder.
|