Enum ExchangePublicFolderClientAccessRight
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the client access rights to a public folder in an Exchange organization.
[Flags]
public enum ExchangePublicFolderClientAccessRight
Fields
Author = 4096
The author right.
AvailabilityOnly = 131072
The availability only right.
Contributor = 1024
The contributor right.
CreateItems = 1
The right to create items.
CreateSubfolders = CreateItems | ReadItems
The right to create subfolders.
DeleteAllItems = 256
The delete all items right.
DeleteOwnedItems = 128
The delete own items right.
EditAllItems = 8
The right to edit all items.
EditOwnedItems = 4
The right to edit own items.
Editor = 8192
The editor right.
FolderContact = 32
The folder contact right.
FolderOwner = 16
The folder owner right.
FolderVisible = 64
The folder visible right.
LimitedDetails = 262144
The limited details right.
NonEditingAuthor = 2048
The non editing author right.
None = 524288
The user has no rights.
Owner = 65536
The owner right.
PublishingAuthor = 16384
The publishing author right.
PublishingEditor = 32768
The publishing editor right.
ReadItems = 2
The right to read items.
Reviewer = 512
The reviewer right.
Unknown = 0
The rights are unknown.