LOTUSSCRIPT/COM/OLE CLASSES


SignOnSend property
Example

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


Language cross-reference

IsSignOnSend property in Java Document class

@MailSignPreference function in formula language

Example
See Also