LOTUSSCRIPT/COM/OLE CLASSES


FormatMsgWithDoclinks method
Example

Creates a newsletter document in the given database that contains a link to each document in the newsletter's collection.

Defined in

NotesNewsletter

Syntax

Set notesDocument = notesNewsletter.FormatMsgWithDoclinks( notesDatabase )

Parameters

notesDatabase


Return value

notesDocument


Usage

The Body item of the returned notesDocument contains the following:


If you want to save the newsletter, you must explicitly call the Save method on the NotesDocument. The document is saved to the notesDatabase you specify.

If you want to mail the newsletter, you must explicitly call the Send method on the NotesDocument.

The target database must have a default view or the following occurs: "Notes error: Special database object cannot be located."

Language cross-reference

formatMsgWithDoclinks in Java Newsletter class

Example
See Also