.

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

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