LOTUSSCRIPT /COM/OLE のクラス
Dim doc As NotesDocument Dim item As NotesItem Dim itemName As String '...set value of doc... Set item = doc.GetFirstItem( "Body" ) itemName = item.Name
関連項目