GetFirstEntry (NotesViewEntryCollection - LotusScript®)

Gets the first entry in a view collection.

Defined in

NotesViewEntryCollection

Syntax

Set notesViewEntry = notesViewEntryCollection .GetFirstEntry( )

Return value

notesViewEntry

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

Example