IsNewNote (NotesDocument - LotusScript®)
Read-only. Indicates whether a document is new. A document is new if it hasn't been saved.
Defined in
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.
Note: If GetNamedDocument is used to return a named document, IsNewNote
returns True if the named document did not exist and was created or False if the
named document existed.