Fetching the contacts from the address book from any email server

M

me.halcyon

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
 
T

Tajonis

me.halcyon said:
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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,438
Messages
2,571,699
Members
48,796
Latest member
Greg L.
Top