用于访问 Notes 和 Domino 服务器数据库的 Dll
我需要使用 C# 创建一个应用程序,以便我可以访问服务器上现有的所有用户邮箱。
请向我提供 API,它允许我访问存储在 Domino 服务器上的每个用户的每个邮箱(nsf 文件)。
基本上我正在寻找一个API,通过它我可以提供Domino服务器名称,通过它我可以获取所有邮箱。
I need to create an application using C# such that i can access all the user's mailboxes existing on Server.
So kindly provide me the API which will allow me to access each mailbox( nsf files) of each user stored on the Domino Server.
Basically i am looking for an API by which i can just provide the Domino Server name through which i can get all mailboxes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您正在寻找的 dll 是 nnotes.dll。 如果您安装了 Lotus Notes,Visual Studio 应该会自动选择它以供您添加到参考中。
api 的所有文档都在这里 --> http://www-12.lotus.com/ldd /doc/uafiles.nsf/docs/DESIGNER70/$File/prog2.pdf
I think the dll you are looking for is nnotes.dll. If you have lotus notes installed visual studio should pick it up automatically for you to add in your references.
All the documentation for the api is here --> http://www-12.lotus.com/ldd/doc/uafiles.nsf/docs/DESIGNER70/$File/prog2.pdf