FolderPermissionReadAccess 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 a user's read access permission on items in a non-calendar folder.
public enum class FolderPermissionReadAccess
public enum FolderPermissionReadAccess
Public Enum FolderPermissionReadAccess
- Inheritance
-
FolderPermissionReadAccess
Fields
Name | Value | Description |
---|---|---|
None | 0 | The user has no read access on the items in the folder. |
TimeOnly | 1 | The user can read the start and end date and time of appointments. (Can only be applied to Calendar folders). |
TimeAndSubjectAndLocation | 2 | The user can read the start and end date and time, subject, and location of appointments. (Can only be applied to Calendar folders). |
FullDetails | 3 | The user has access to the full details of items. |