IsNewNote (NotesDocument - LotusScript®)

Read-only. Indicates whether a document is new. A document is new if it hasn't been saved.

Defined in

NotesDocument

Data type

Boolean

Syntax

To get: flag = notesDocument .IsNewNote

Legal values

  • True indicates that the document was created, but has not been saved.
  • False indicates that the document has been saved.

Example