LOTUSSCRIPT/COM/OLE CLASSES
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