LOTUSSCRIPT/COM/OLE CLASSES
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
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