JAVA/CORBA CLASSES


IsSaveMessageOnSend property
Example

Read-Write. Indicates whether a document is saved to a database when mailed. Applies only to new documents that have not yet been saved.

Defined in

Document

Data type

boolean

Syntax

public boolean isSaveMessageOnSend()
   throws NotesException

public void setSaveMessageOnSend(boolean flag)
   throws NotesException

Legal values


Usage

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

Language cross-reference

SaveMessageOnSend property in LotusScript NotesDocument class

@MailSavePreference function in formula language

Example
See Also