如何读取 Lotus Notes 邮件档案 (*.nsf)

发布于 2024-08-15 12:41:42 字数 82 浏览 6 评论 0原文

有谁知道如何在不使用互操作或 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

聆听风音 2024-08-22 12:41:42

有 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?

靖瑶 2024-08-22 12:41:42

您可以使用 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.

云归处 2024-08-22 12:41:42

当然,如果您只需要手动“读取”文件,可以使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文