Initializing Notes Session

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ghumare S
    New Member
    • Mar 2008
    • 1

    #1

    Initializing Notes Session

    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..
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Do you need to use a username too?

    Comment

    Working...