问题
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