LOTUSSCRIPT/COM/OLE CLASSES
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
notesDocument
The Body item of the returned notesDocument contains the following:
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