GetNextNoteID (NotesNoteCollection - LotusScript®)
Given a note, finds the note immediately following it in a collection.
Defined in
Syntax
nextNoteID$ = notesNoteCollection .GetNextNoteID( noteID$ )
Parameters
noteID$
String. A valid note ID.
Return value
nextNoteID$
String. The ID of the note following the specified note.
Usage
If no next note exists, this method returns an empty string.
This method raises an error if the parameter is an invalid note ID.