GetAllUnreadEntries (NotesView - LotusScript®)

The method returns all entries associated with documents that are unread.

Note: This method is new with Release 8.

Defined in

NotesView

Syntax

Set notesViewEntryCollection = notesView .GetAllUnreadEntries( [username] )

Parameters

username

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

Return value

notesViewEntryCollection

A NotesViewEntryCollection. If no entries are unread, 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