These constants identify the type of access rights given to a user for an account.
|
Constant |
Value |
Description |
|---|---|---|
|
egwCanArchive |
1 |
The user can archive messages. |
|
egwPrefsRulesGroups |
2 |
The user can modify preferences, rules, and groups. |
|
egwReadAppointments |
4 |
The user can read appointments. |
|
egwReadMailAndPhone |
8 |
The user can read mail and phone messages. |
|
egwReadNotes |
16 |
The user can read notes. |
|
egwReadPrivate |
32 |
The user can read private messages. |
|
egwReadTasks |
64 |
The user can read tasks. |
|
egwReceiveAlarms |
128 |
The user can receive alarms. |
|
egwReceiveNotifications |
256 |
The user can receive notifications. |
|
egwWriteAppointments |
512 |
The user can write appointments. |
|
egwWriteMailAndPhone |
1024 |
The user can write mail and phone messages. |
|
egwWriteNotes |
2048 |
The user can write notes. |
|
egwWriteTasks |
4096 |
The user can write tasks. |