DoScore (NotesNewsletter - LotusScript®)
Read-write. For a newsletter document created using the FormatMsgWithDoclinks method, indicates whether the newsletter includes each document's relevance score.
Defined in
Data type
Boolean
Syntax
To get: flag = notesNewsletter .DoScore
To set: notesNewsletter .DoScore = flag
Legal values
- True indicates that the newsletter includes each document's relevance score; default.
- False indicates that the newsletter does not include relevance scores.
Usage
For a newsletter document created using the FormatDocument method, this property has no effect.
This property applies only to newsletters whose collections are sorted; for example, a collection produced by a call to the FTSearch method in NotesDatabase. If a newsletter's collection is unsorted, this property has no effect.
For examples, see the FormatMsgWithDoclinks method.