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 つが実行できます。

関連項目