CreateViewNavFromAllUnread (NotesView - LotusScript®)
Creates a view navigator for all unread entries in a view.
Note: This method is new with Release 8.
Defined in
Syntax
Set notesViewNavigator = notesView .CreateViewNavFromAllUnread( [username] )
Parameters
username
String. Optional. If present, the method returns a NotesViewNavigator containing all documents unread on behalf of the given name. If omitted, the method returns a NotesViewNavigator containing all documents unread on behalf of the current user ID.
Return value
notesViewNavigator
A NotesViewNavigator object.
Usage
If the database does not track unread marks, all documents are considered read. The navigator contains all entries even if the view is filtered for a full-text search.