LOTUSSCRIPT/COM/OLE CLASSES
Sub Initialize Dim session As New NotesSession Dim reg As New NotesRegistration reg.RegistrationServer = "AceOne" Call reg.AddUserProfile( _ "Jimmy Yip/AceHardwareNE/AceHardwareCertifier", _ ' user name "Ordinary User") ' profile name End Sub
See Also