IsDoScore (NotesNewsletter - JavaScript™)
Read-Write. For a newsletter document created using the formatMsgWithDoclinks method, indicates if the newsletter includes the relevance score for each document.
Defined in
NotesNewsletterSyntax
isDoScore() : boolean
setDoScore(flag:boolean)
: void
Legal value | Description |
---|---|
true |
if the newsletter includes the relevance score for each document |
false (default) |
if the newsletter does not include relevance scores |
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.