读取多米诺骨牌服务器' 使用C#的邮箱
我正在制作一个将从 Domino 服务器检索所有邮箱的应用程序。 并将它们显示在列表中。 之后我想将每个邮箱的电子邮件提取(显示)到另一个列表中。
例如: 考虑 Outlook 的示例。当我们单击特定的 pst 文件夹时。 显示所选文件夹中的所有邮件。
如果可能的话,请给我发送代码。因为我是 C# 新手。 或者给我发相关链接。
I am making an application which will retrieve all mailboxes from Domino Server.
And Display them in List.
After that i want to extract( display) emails of each mailbox into another list.
eg:
Consider example of outlook.When we click on particular pst folder. all mails in selected folder get displayed.
Kindly send me code if possible.As i am new to C#.
Or send me related links.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我想枚举所有邮箱而不转向 Domino 开发的最简单方法是通过 LDAP。 然后,正如 reto 所建议的那样,IMAP 界面应该能够向您显示每个邮箱的内容。
当然,您需要一个能够访问每个用户邮箱的帐户。
I guess the simplest way to enumerate all the mailboxes without turning to Domino development is via LDAP. Then, as reto suggests, the IMAP interface should be able to show you the contents of each mailbox.
Of course, you'll need an account with access to each users mailbox.
我会尝试使用 IMAP 来获取必要的信息。 这应该比尝试使用某些 Domino 特定的 API 更容易。 众多示例之一
I'd try using IMAP to fetch the necessary information. This should be easier than trying to use some Domino specific API. One of many examples
另外考虑 COM 库 对于多米诺骨牌。
Also consider the COM library for Domino.
看看soapgate Q——那是一代。 多米诺骨牌的 werbservice 网关 - 这对您有用:
查看演示并立即查看代码
Have a look at soapgate Q - that is a gen. werbservice gateway for domino - that would work for you:
see the demo an soon view code