LOTUSSCRIPT /COM/OLE のクラス


NotesNewsletter クラス

他のいくつかの文書の情報やそれらの文書へのリンクを含む文書または文書セットです。

包含関係

スーパークラス: NotesSession

サブクラス: NotesDocument

プロパティ

DoScore

DoSubject

Parent

SubjectItemName

メソッド

FormatDocument

FormatMsgWithDoclinks

New

作成方法

NotesNewsletter を新規作成するには、目的の文書を含む NotesDocumentCollection クラスと次のいずれかのメソッドを使用します。


メモ New メソッドは COM ではサポートされていません。
構文

Dim variableName As New NotesNewsletter( notesDocumentCollection )

または

Set notesNewsletter = New NotesNewsletter( notesDocumentCollection )

パラメータ

notesDocumentCollection


使用法

New を使用してニュースレターを作成すると、ニュースレターで次の 2 つが実行できます。



関連項目