Using the Lotus Domino Object model within VB. When initializing a NoteSession I'm being prompted to enter the Client Password.
I'm passing the password information using the
Initialize("password" method, however I'm still being prompt for the password. I'm testing my logic using VB but I actually need to script this for an web project using ASP. So I really do need to figure out how to prevent or pass the password in code.
I'm passing the password information using the
Initialize("password" method, however I'm still being prompt for the password. I'm testing my logic using VB but I actually need to script this for an web project using ASP. So I really do need to figure out how to prevent or pass the password in code.