Reading domino server' mailbox using C# [closed]

吃可爱长大的小学妹 提交于 2020-01-16 11:59:30

问题


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.


回答1:


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.




回答2:


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




回答3:


Also consider the COM library for Domino.




回答4:


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



来源:https://stackoverflow.com/questions/1136725/reading-domino-server-mailbox-using-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!