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