PermissionReadAccessType Enumeration
The PermissionReadAccessType enumeration specifies whether a user has permission to read items in a folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration PermissionReadAccessType
'Usage
Dim instance As PermissionReadAccessType
[SerializableAttribute]
public enum PermissionReadAccessType
Members
Member name | Description | |
---|---|---|
None | The user does not have permission to read items in the folder. | |
FullDetails | 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.
See Also