PermissionReadAccessType 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.
The PermissionReadAccessType enumeration specifies whether a user has permission to read items in a folder.
public enum class PermissionReadAccessType
public enum PermissionReadAccessType
Public Enum PermissionReadAccessType
- Inheritance
-
PermissionReadAccessType
Fields
Name | Value | Description |
---|---|---|
None | 0 | The user does not have permission to read items in the folder. |
FullDetails | 1 | The user has permission to read all items in the folder. |
Remarks
This enumeration is used by the ReadItems (PermissionType) property of the PermissionType object and by the SharingEffectiveRights (PermissionReadAccessType) property of the ContactsFolderType.