Hello Friends,
Please suggest your best approach for Lotus Notes To SharePoint 2013 Migration !!!
Thanks,
Ashutosh
Hello,
you need to use interop.domino.dll to connect to Lotus databases (nsf files).
Then, you have two options:
1. Read values directly from database and save then to SharePoint, something like this:
2. Read all items from database and store them locally to your computer as XML files. And then you can parse data from that XML file into SP.