Is there a way so that my program doesnt promt for Notes ID file password at run time?

I am working with Domino C++ API 3.0I have to extract list of private folder from a collection of databases(.nsf) stored on Domino Server. As private folders can only be extracted with the ID files with which they were created, My tool has to create a seperate session for each database with corresponding ID file. When ever the database is opened first time… it promts for password of the ID file with which session was created at run time.

So if I loop for each user and create a seperate session with corresponding ID file, I have to manually enter the password for each ID file at run time.

Is there a way, so that my programs doesnt promt for the password of the ID file at run time?

Or can we change the ID file so that it doesnt take password now?

Regards

Rajni Sharma

Subject: Is there a way so that my program doesnt promt for Notes ID file password at run time?

Hi,

Start Notes, File menu, Security, Usersecurity → dont prompt…

Regards,

Arjan Vermeulen

DomainX.nl

Subject: RE: Is there a way so that my program doesnt promt for Notes ID file password at run time?

Do you know a way to set this automatically to all users ?I have check policies and did not found a way.