IsDoSubject (NotesNewsletter - JavaScript™)
Read-Write. For a newsletter document created using the formatMsgWithDoclinks method, indicates if the newsletter includes a string describing the subject of each document.
Defined in
NotesNewsletterSyntax
isDoSubject() : boolean
setDoSubject(flag:boolean)
: void
Legal value | Description |
---|---|
true |
if the newsletter includes a subject line for each document |
false (default) |
if the newsletter does not include subject lines |
Usage
This property has no effect for a newsletter document created using the formatDocument method.This property must be used in conjunction with the SubjectItemName property. If you do not specify the SubjectItemName property, the IsDoSubject property has no effect.
You must set both SubjectItemName and IsDoSubject before calling FormatMsgWithDoclinks.