createNewsletter (NotesSession - JavaScript)

Creates a new NotesNewsletter object.

Defined in

NotesSession

Syntax

createNewsletter(collection:NotesDocumentCollection) : NotesNewsletter
Parameter Description
collection The documents that you want included in the newsletter. Can be null.
Return value Description
NotesNewsletter The newly created newsletter.

Usage

See the NotesNewsletter class for descriptions and examples.