This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
'_____________________________________________________________________
'All users, register new user(=ID file)
dim lastName as string
dim idfilePath as string
dim mServer as string
dim firstName as string
dim mInitial as string
dim certPwd as string
dim mFile as string
dim pwd as string
dim licenseType as string
If Not userReg.RegisterNewUser(lastName, idfilePath, mServer,_
firstName, mInitial, certPwd, "", "", mFile, "",pwd, licenseType) Then
RegisterIDFile = "Could not register user"
Exit Function
End If
'___________________________________________________________
'add to DD
If Not userReg.AddUserToAddressbook( idfilePath, fullName, lastName,pwd,_
firstName, mInitial, mServer, mFile, "", "", "") Then
RegisterIDFile = "Could not add user to Domino Directory"
Exit Function
End If
Regards, Marta
Feedback response number WEBB7KFJVT created by ~Vijay Reponegenobu on 10/15/2008