LOTUSSCRIPT /COM/OLE のクラス
Sub Initialize Dim session As New NotesSession Dim reg As New NotesRegistration reg.CertifierName = "CN=Developer1/OU=Albany/O=Acme" reg.UseCertificateAuthority = True End Sub