I'd like to use the Java API (Notes.jar), and I'm running a Windows box with Lotus Notes 8.5 installed.
I know nothing about Lotus Notes, and I only need to do this one narrow task: extracting email messages from an NSF file. I want to be able to iterate through all the email messages, grab the metadata (From, To, Cc, etc) or the raw MIME if available.
I've googled around quite a bit, but I haven't found anything straightforward without requiring some significant Lotus Notes domain expertise.
Some sample code to get me started would be greatly appreciated. Thanks!
UPDATE: I found an open source project that does this in Python:
http://code.google.com/p/nlconverter/
However, still looking for a way to do this in Java.