PermissionType.ReadItems Property
The ReadItems property gets or sets a value that indicates whether a user has permission to read items in a folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ReadItems As PermissionReadAccessType
Get
Set
'Usage
Dim instance As PermissionType
Dim value As PermissionReadAccessType
value = instance.ReadItems
instance.ReadItems = value
public PermissionReadAccessType ReadItems { get; set; }
Property Value
Type: ExchangeWebServices.PermissionReadAccessType
The ReadItems property returns one of the PermissionReadAccessType enumeration values that indicate whether the user has permission to read items in a folder.
See Also