IsDoSubject (Newsletter - Java)

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

Newsletter

Data type

boolean

Syntax

public boolean isDoSubject()
    throws NotesException
public void setDoSubject(boolean flag)
    throws NotesException

Legal values

  • true if the newsletter includes a subject line for each document; default
  • false 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.

Example