Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing Password to Lotus Notes

Status
Not open for further replies.

saliva

Programmer
Oct 16, 2001
3
PR
When traying to pass a the password to a Notes Session with the poSession.Initialize("password") command bring an error "Unknown Name".

Ex. Code

poSession=CreateObject("Notes.NotesSession")
poSession.Initialize('Password')
poDB=poSession.GetDatabase("", "mail\a_jsaliv.nsf")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top