GetAllReadEntries (NotesView - LotusScript®)

The method returns all entries associated with documents that have been read.

Note: This method is new with Release 8.

Defined in

NotesView

Syntax

Set notesViewEntryCollection = notesView .GetAllReadEntries( [username] )

Parameters

username

String. Optional. If present, the method returns a NotesViewEntryCollection containing all read entries on behalf of the given name. If omitted, the method returns a NotesViewEntryCollection containing all read entries on behalf of the current user ID.

Return value

notesViewEntryCollection

A NotesViewEntryCollection. If no entries are read, the collection is empty and the count is zero.

Usage

If the database does not track unread marks, all documents associated with entries are considered read.

Example