createNewsletter (Session - Java)

Given a DocumentCollection containing the documents you want, creates a new Newsletter.

Defined in

Session

Syntax

public Newsletter createNewsletter(DocumentCollection collection)
    throws NotesException

Parameters


DocumentCollection collection

The documents that you want included in the newsletter. Can be null.

Return value


Newsletter

The newly created newsletter.

Usage

See the Newsletter for descriptions and examples.