I can connect to the Lotus Notes server using
NotesSession.Initialize(password)
method of interop.domino.dll. Which actually uses the last user name by which the hosted machine has logged in the Lotus Notes server. There is another method of NotesSession which is
NotesSession.InitializeUsingNotesUserName(userName, password)
But in case of InitializeUsingNotesUserName(userName, Password) the application needs to be hosted in the Lotus Notes server.
I don't have access to the Lotus Notes server and the application can't be hosted on the server.
So my question is, is there any way to connect to LotusNotes server by providing username, password or any other way?