IsSaveMessageOnSend (Document - Java)

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

  • true if the document is saved when mailed
  • false if the document is not saved when mailed

Usage

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

Example