IsSaveMessageOnSend (NotesDocument - JavaScript™)
Read-Write. Indicates whether a document is saved to a database when mailed.
Defined in
NotesDocumentSyntax
isSaveMessageOnSend() : boolean
setSaveMessageOnSend(flag:boolean) : void
Legal value | Description |
---|---|
true |
if the document is saved when mailed |
false |
if the document is not saved when mailed |
Usage
When this property is true, the document is saved just after being mailed.This property applies only to new documents that have not yet been saved.