Hi,
I am automating few operations on lotus notes. For this i do the following.
-
Start Lotus Notes
-
Run the operations through NotesUIWorkspace and NotesSession through external vbScript which is the requirement for me
Now i am stuck with switching user ids on the Lotus Notes.
I have got the method SwitchToID of Lotus.NotesSession but when i execute the method, it executes fine but no changes are observed in Lotus Notes. Lotus Notes is unable to access the mail file of the newly switched user and keeps on running with the previous user’s credentials.
I am not pretty much sure what is happening but my assumption is that when i use the COM object “Lotus.NotesSession”, a new session is getting created and then switching is happening without touching the existing session.
Please help.
Thanks in advance.
Regards,
Bikash