PermissionReadAccessType Enum

Definition

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

FullDetails 1

The user has permission to read all items in the folder.

None 0

The user does not have permission to read 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.

Applies to