views:

486

answers:

4

Hi Friends,

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.

A: 

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

reto
A: 

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.

Anders Lindahl
Thanx Anders.Can you suggest me some link where i can get some idea i.e how to list mailbox using LDAP using C#.
A: 

Also consider the COM library for Domino.

Cheeso
A: 

Hi 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

Andreas Rosen