FolderPermissionLevel - перечисление

Defines permission levels for calendar folders.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public enum FolderPermissionLevel

Члены

None0 No permission is granted.
Owner1 The Owner level.
PublishingEditor2 The Publishing Editor level.
Editor3 The Editor level.
PublishingAuthor4 The Pusnlishing Author level.
Author5 The Author level.
NoneditingAuthor6 The Non-editing Author level.
Reviewer7 The Reviewer level.
Contributor8 The Contributor level.
FreeBusyTimeOnly9 The Free/busy Time Only level. (Can only be applied to Calendar folders).
FreeBusyTimeAndSubjectAndLocation10 The Free/busy Time, Subject and Location level. (Can only be applied to Calendar folders).
Custom11 The Custom level.

См. также