LOTUSSCRIPT/COM/OLE CLASSES


GetAllReadEntries method
Example

The method returns all entries that have been read.

Note This method is new with Release 8.

Defined in

NotesView

Syntax

Set notesViewEntryCollection = notesView.GetAllReadEntries( [username] )

Parameters

username


Return value

notesViewEntryCollection


Usage

If the database does not track unread marks, all documents are considered read. See Locating documents within a view for infomation about working with documents.

Language cross-reference

getAllReadDocuments method in Java View class

Example