JAVA/CORBA CLASSES


formatMsgWithDoclinks method
Example

Creates a document that contains a link to each document in the newsletter collection.

Defined in

Newsletter

Syntax

public Document formatMsgWithDoclinks(Database db)
   throws NotesException

Parameters

Database db


Return value

Document


Usage

The Body item of the returned document contains the following:


If you want to save the newsletter, you must explicitly call the save method of Document.

If you want to mail the newsletter, you must explicitly call the send method of Document.

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

Language cross-reference

FormatMsgWithDoclinks method in LotusScript NotesNewsletter class

Example
See Also