LOTUSSCRIPT /COM/OLE のクラス
Dim doc As NotesDocument Dim item As NotesItem Dim itemType As Integer '...set value of doc... Set item = doc.GetFirstItem( "Topic" ) itemType = item.Type
関連項目