Skip to main content

GetLastEntry (NotesViewEntryCollection - LotusScript)

Gets the last entry in a view collection.

Defined in

NotesViewEntryCollection

Syntax

Set notesViewEntry = notesViewEntryCollection .GetLastEntry( )

Return value

notesViewEntry

The last view entry in the collection. If there are no entries in the collection, returns Nothing.

Example