FolderPermissionLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines permission levels for calendar folders.
public enum class FolderPermissionLevel
public enum FolderPermissionLevel
Public Enum FolderPermissionLevel
- Inheritance
-
FolderPermissionLevel
Fields
Name | Value | Description |
---|---|---|
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 Publishing 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. |