Hi,
This may sound a very basic question.
Basically I want to fetch all the contacts from any email server say
Lotus Domino server or Microsoft Exchange server and display them. I do
not know how to do that in Java. Is there any generic way by which I
can do that?
I would appreciate any help or pointers regarding the same.
Thanks
~ Gaurav
Tajonis - 27 Jun 2006 18:12 GMT
> Hi,
>
[quoted text clipped - 8 lines]
> Thanks
> ~ Gaurav
I am going to make the assumption that the email server is properly
implemented using Active Directory. If this assumption is correct then
you can look @ using JNDI's directory searching abilities to search for
any information you need (Distribution Lists, Contacts, etc..).
You can have a look here as a starting point:
http://www.javaalmanac.com/egs/javax.naming.directory/pkg.html