JAVA/CORBA CLASSES
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
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.
Language cross-reference
DoSubject property in LotusScript NotesNewsletter class
Example See Also