如何读取 Lotus Notes 邮件档案 (*.nsf)
有谁知道如何在不使用互操作或 COM 交互的情况下读取这些文件?只是直接的方式。是否有任何这种格式的规范或逆向工程的东西可以帮助解决这个问题? 谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有 Lotus API(用 C 语言编写)。它提供对 NSF 中所有内容的访问 - 文档、设计元素、安全元素等)
http://www.ibm.com/ developerworks/lotus/downloads/toolkits.html?S_TACT=105AGX13&S_CMP=LSDL
在此处阅读您的所有选择:
NSF 文件结构文档是否可以在线获取?
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?
您可以使用 Notes C API 或 Notes C++ API 接口来读取该文件。但相应的 DLL 随 Notes 客户端一起分发。文件格式名为 ODS。
You can use Notes C API or Notes C++ API interfaces to read that files. But corresponding DLL's distributed with Notes client. File format is named ODS.
当然,如果您只需要手动“读取”文件,可以使用 Notes 客户端。这里有最新客户端的免费(试用)下载->
http://www.ibm.com/developerworks /downloads/ls/lsndad/?S_TACT=105AGX13&S_CMP=NANDD
Of course, if you just need to "read" the files, manually, there is the Notes client. There is a free (trial) download of the latest client here->
http://www.ibm.com/developerworks/downloads/ls/lsndad/?S_TACT=105AGX13&S_CMP=NANDD