FolderPermissionLevel - перечисление
Defines permission levels for calendar folders.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public enum FolderPermissionLevel
Public Enumeration FolderPermissionLevel
public enum class FolderPermissionLevel
type FolderPermissionLevel
None | 0 |
No permission is granted.
|
Owner | 1 |
The Owner level.
|
PublishingEditor | 2 |
The Publishing Editor level.
|
Editor | 3 |
The Editor level.
|
PublishingAuthor | 4 |
The Pusnlishing Author level.
|
Author | 5 |
The Author level.
|
NoneditingAuthor | 6 |
The Non-editing Author level.
|
Reviewer | 7 |
The Reviewer level.
|
Contributor | 8 |
The Contributor level.
|
FreeBusyTimeOnly | 9 |
The Free/busy Time Only level. (Can only be applied to Calendar folders).
|
FreeBusyTimeAndSubjectAndLocation | 10 |
The Free/busy Time, Subject and Location level. (Can only be applied to Calendar folders).
|
Custom | 11 |
The Custom level.
|