Hi !!
I want to send mail through mailbox in my application.
For this I am using Notes Session as follows.
Line1) oNotesSession = new Domino.NotesSes sion(); //create a notes session object
Line2) oNotesSession.I nitialize(sPass word)
However when control comes on Line 2, I am getting an error - "Notes error: Could not open the ID file"
I will appreciate if anybody throws some light on it.
Thanx..
I want to send mail through mailbox in my application.
For this I am using Notes Session as follows.
Line1) oNotesSession = new Domino.NotesSes sion(); //create a notes session object
Line2) oNotesSession.I nitialize(sPass word)
However when control comes on Line 2, I am getting an error - "Notes error: Could not open the ID file"
I will appreciate if anybody throws some light on it.
Thanx..
Comment