Search code examples
c#lotus-dominointerop-domino

How to get Lotus Notes Password (on local machine) using "Interop.Domino.dll" (C#)?


I am making one application where i am reading mails from Lotus Notes. I have made this application interdependent of Domino Server.

But in this case.If user's Lotus Notes's is configured with Domino server.It shows pop-up for password.

I don't want to show pop-up.And don't want to add text box into UI.

Is there anyway to get NSF Password Programaticaly? Using Domino.dll.


Solution

  • I don't think there is a API function to retrieve a Domino password.

    There is an API function to RESET the password, but the old password is a parameter.

    Shaun