I’m trying to be able to send a notes email without having the notes client application open on the pc but whatever I try, I still get the prompt for the notes password.
I’ve tried:
Dim Session as Object
Set Session = CreateObject(“Lotus.NotesSession”)
Call Session.Initialize(“password”)
I can get the code to send emails fine if the Notes Client is already running and logged in, otherwise it just prompts for the password even though I’m passing the password in the code. Is there any way to send Notes email without getting prompted for the password? Thanks
Thanks for the suggestion, although I already have this option selected. I’ve also unchecked it, exited, and went back in and checked it again… still prompts for the password.