LOTUSSCRIPT/COM/OLE CLASSES


SaveMessageOnSend property
Example

Read-write. Indicates whether a document is saved to a database when mailed. Only applies to new documents that have not yet been saved.

Defined in

NotesDocument

Data type

Boolean

Syntax

To get: flag = notesDocument.SaveMessageOnSend

To set: notesDocument.SaveMessageOnSend = flag

Legal values


Usage

When SaveMessageOnSend is True, the document is saved just after being mailed.

Language cross-reference

IsSaveMessageOnSend property in Java Document class

@MailSavePreference function in formula language

Example
See Also