IsSigned (NotesItem - LotusScript®)
Read-write. Indicates whether an item contains a signature the next time the document is signed.
Defined in
Data type
Boolean
Syntax
To get: flag = notesItem .IsSigned
To set: notesItem .IsSigned = flag
Legal values
- True indicates that the item is signed when the document is next signed.
- False indicates that the item is not signed when the document
is next signed.