How to read Lotus Notes mail archives (*.nsf)

oldUser picture oldUser · Dec 18, 2009 · Viewed 8.8k times · Source

Does anyone know how to read these files without using the interops or COM interaction? Just the direct way. Is there any spec of this format or reverse engineered stuff that could help on this? Thanks.

Answer

Captain Comic picture Captain Comic · Dec 18, 2009

There is Lotus API (which is in C). It provides access to everything there is in an NSF - documents, design elements, security elements, etc) http://www.ibm.com/developerworks/lotus/downloads/toolkits.html?S_TACT=105AGX13&S_CMP=LSDL

Read all you choices here: Is the NSF file structure documentation available anywhere online?