LOTUSSCRIPT/COM/OLE CLASSES
Read-write. For a newsletter document created using the FormatMsgWithDoclinks method, indicates whether the newsletter includes each document's relevance score.
Defined in
NotesNewsletter
Data type
Boolean
Syntax
To get: flag = notesNewsletter.DoScore
To set: notesNewsletter.DoScore = flag
Legal values
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.
Language cross-reference
IsDoScore in Java Newsletter class
Example See Also