读取多米诺骨牌服务器' 使用C#的邮箱

发布于 2024-07-27 20:24:27 字数 206 浏览 4 评论 0原文

我正在制作一个将从 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 技术交流群。

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

发布评论

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

评论(4

过度放纵 2024-08-03 20:24:27

我想枚举所有邮箱而不转向 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.

夏尔 2024-08-03 20:24:27

我会尝试使用 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

七七 2024-08-03 20:24:27

另外考虑 COM 库 对于多米诺骨牌。

Also consider the COM library for Domino.

我乃一代侩神 2024-08-03 20:24:27

看看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

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