CreateNewsletter (NotesSession - LotusScript®)
Given a NotesDocumentCollection containing the documents you want, creates a new NotesNewsletter. When used with OLE automation, this method allows you to create a NotesNewsletter object without using New.
Defined in
Syntax
Set notesNewsletter = notesSession .CreateNewsletter( notesDocumentCollection )
Parameters
notesDocumentCollection
The documents that you want included in the newsletter. Can be Nothing.
Return value
notesNewsletter
The newly created newsletter.