Share via


ItemReaders Property

ItemReaders Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The collection of users allowed exclusive read access to an item. This property is read-only.

Applies To

IWorkflowSession Interface

Type Library

Microsoft CDO Workflow Objects for Microsoft Exchange

DLL Implemented In

CDOWF.DLL

Syntax

[Visual Basic]Property ItemReaders As IMembers

[C++]HRESULT get_ItemReaders(IMembers** varItemReaders);

Parameters

Remarks

You can use this collection to maintain per-item read access privileges. When the collection has members, only members of the collection can read an item. This allows you to give certain users or groups temporary exclusive read access to an item. When this collection is empty, the default read privileges for the folder apply. This collection uses the properties and methods of the IMembers interface.

See Also

ItemAuthors Property

IMembers Interface

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.