NoteID (NotesDocument - LotusScript®)

Read-only. The note ID of a document, which is an 8-character combination of letters and numbers that uniquely identifies a document within a particular database.

Defined in

NotesDocument

Data type

String

Syntax

To get: noteid$ = notesDocument .NoteID

Usage

A typical note ID looks like this: 000020FA. A note ID represents the location of a document within a specific database file, so documents which are replicas of one another generally have different note IDs. A note ID does not change, unless the document is deleted.

Example