EffectiveRights - перечисление |
Пространство имён: Tessa.Exchange.WebServices.Data
[FlagsAttribute] public enum EffectiveRights
<FlagsAttribute> Public Enumeration EffectiveRights
[FlagsAttribute] public enum class EffectiveRights
[<FlagsAttribute>] type EffectiveRights
Имя члена | Значение | Описание | |
---|---|---|---|
None | 0 | The user has no acces right on the item or folder. | |
CreateAssociated | 1 | The user can create associated items (FAI) | |
CreateContents | 2 | The user can create items. | |
CreateHierarchy | 4 | The user can create sub-folders. | |
Delete | 8 | The user can delete items and/or folders. | |
Modify | 16 | The user can modify the properties of items and/or folders. | |
Read | 32 | The user can read the contents of items. | |
ViewPrivateItems | 64 | The user can view private items. |
Copyright © Syntellect 2022