.

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


IsDoScore property
Example

Read-Write. For a newsletter document created using the formatMsgWithDoclinks method, indicates if the newsletter includes the relevance score for each document.

Defined in

Newsletter

Data type

boolean

Syntax

public boolean isDoScore()
   throws NotesException

public void setDoScore(boolean flag)
   throws NotesException

Legal values


Usage

This property has no effect for a newsletter document created using the formatDocument method.

This property applies only to newsletters with sorted collections; for example, a collection produced by a call to the FTSearch method in Database. If a newsletter collection is unsorted, this property has no effect.

Language cross-reference

DoScore property in LotusScript NotesNewsletter class

Example
See Also