GetFirstNoteID (NotesNoteCollection - LotusScript®)

Gets the first note in a collection.

Defined in

NotesNoteCollection

Syntax

noteID$ = notesNoteCollection .GetFirstNoteID( )

Return value

noteID$

String. The ID of the first note in the collection.

Example