PermissionType.ReadItems Property

Definition

The ReadItems property gets or sets a value that indicates whether a user has permission to read items in a folder.

public:
 property ExchangeWebServices::PermissionReadAccessType ReadItems { ExchangeWebServices::PermissionReadAccessType get(); void set(ExchangeWebServices::PermissionReadAccessType value); };
public ExchangeWebServices.PermissionReadAccessType ReadItems { get; set; }
Public Property ReadItems As PermissionReadAccessType

Property Value

The ReadItems property returns one of the PermissionReadAccessType enumeration values that indicate whether the user has permission to read items in a folder.

Applies to