LOTUSSCRIPT/COM/OLE CLASSES


DoScore property
Example

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


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.

Language cross-reference

IsDoScore in Java Newsletter class

Example
See Also