.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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