LOTUSSCRIPT /COM/OLE のクラス


例:NoteID プロパティ
次のスクリプトは doc の note ID を取得して変数 nid に代入します。

Dim doc As NotesDocument
Dim nid As String
'...set value of doc...
nid = doc.NoteID

関連項目