GetFirstDocument (NotesDocumentCollection - LotusScript®)

Gets the first document in a collection.

Defined in

NotesDocumentCollection

Syntax

S et notesDocument = notesDocumentCollection .GetFirstDocument

Return value

notesDocument

NotesDocument. The first document in the collection. If there are no documents in the collection, returns Nothing.

Example