.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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