LOTUSSCRIPT /COM/OLE のクラス
Dim doc As NotesDocument '...set value of doc... If doc.IsResponse Then Messagebox( "This document is a response.") Else Messagebox( "This document is not a response.") End If
関連項目