Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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

Also consider the COM library for Domino.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top