.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


IsDoSubject property
Example

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


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.

Language cross-reference

DoSubject property in LotusScript NotesNewsletter class

Example
See Also