LOTUSSCRIPT/COM/OLE CLASSES
Read-write. Indicates whether an item is of type Readers. A Readers item contains a list of Notes user names, indicating people who have Reader access to a particular document.
Defined in
NotesItem
Data type
Boolean
Syntax
To get: flag = notesItem.IsReaders
To set: notesItem.IsReaders= flag
Legal values
A Readers item is stored as text and its Type property returns TEXT. Use IsReaders to determine if a text item is also a Readers item.
The IsSummary property is set to True when setting the IsReaders property. Therefore you do not have to explicitly set the summary flag.
Language cross-reference
IsReaders property in Java Item class
Example See Also