Share via


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
public PermissionReadAccessType ReadItems { get; set; }
public:
property PermissionReadAccessType ReadItems {
    PermissionReadAccessType get ();
    void set (PermissionReadAccessType value);
}
/** @property */
public PermissionReadAccessType get_ReadItems ()

/** @property */
public void set_ReadItems (PermissionReadAccessType value)
public function get ReadItems () : PermissionReadAccessType

public function set ReadItems (value : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)