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 = 4096The author right.
AvailabilityOnly = 131072The availability only right.
Contributor = 1024The contributor right.
CreateItems = 1The right to create items.
CreateSubfolders = CreateItems | ReadItemsThe right to create subfolders.
DeleteAllItems = 256The delete all items right.
DeleteOwnedItems = 128The delete own items right.
EditAllItems = 8The right to edit all items.
EditOwnedItems = 4The right to edit own items.
Editor = 8192The editor right.
FolderContact = 32The folder contact right.
FolderOwner = 16The folder owner right.
FolderVisible = 64The folder visible right.
LimitedDetails = 262144The limited details right.
NonEditingAuthor = 2048The non editing author right.
None = 524288The user has no rights.
Owner = 65536The owner right.
PublishingAuthor = 16384The publishing author right.
PublishingEditor = 32768The publishing editor right.
ReadItems = 2The right to read items.
Reviewer = 512The reviewer right.
Unknown = 0The rights are unknown.