SignOnSend (NotesDocument - LotusScript®)

Read-write. Indicates whether a document is signed when mailed.

Defined in

NotesDocument

Data type

Boolean

Syntax

To get: flag = notesDocument .SignOnSend

To set: notesDocument .SignOnSend = flag

Legal values

  • True indicates that the document is signed when mailed.
  • False indicates that the document is not signed when mailed.

Example