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
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