LOTUSSCRIPT/COM/OLE CLASSES


NotesNewsletter class
Example

A document or set of documents that contain information from, or links to, several other documents.

Containment

Contained by: NotesSession

Contains: NotesDocument

Properties

DoScore

DoSubject

Parent

SubjectItemName

Methods

FormatDocument

FormatMsgWithDoclinks

New

Creation

To create a new NotesNewsletter, you use a NotesDocumentCollection containing the documents you want, and one of the following:


Note The New method is not supported in COM.
Syntax

Dim variableName As New NotesNewsletter( notesDocumentCollection )

OR

Set notesNewsletter = New NotesNewsletter( notesDocumentCollection )

Parameters

notesDocumentCollection


Usage

Once you create a newsletter with New, there are two things you can do with it:


Example
See Also