.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


CreateNewsletter method
Example

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

NotesSession

Syntax

Set notesNewsletter = notesSession.CreateNewsletter( notesDocumentCollection )

Parameters

notesDocumentCollection


Return value

notesNewsletter


Usage

For more information, see the NotesNewsletter class.

Language cross-reference

createNewsletter method in Java Session class

Example
See Also