How to get one by one database from a particular Folder in a server
Subject: How to get one by one database from a particular Folder in a server
Use the NotesDbDirectory class.
You would open the NotesDbDirectory object for the desired server, then loop through the databases and only process those in the folder you wish to process.