Link to home
Start Free TrialLog in
Avatar of DanielGarcia
DanielGarcia

asked on

ASP accessing exchange directory

I need to create an ASP page that will list my exchange users in tabular format. When the user clicks on someones name then a detail page will come up.

I have tried to modify the find user script which is shipped with the web version of outlook in exchange 5.5 but have had all sorts of problems.

I'm now looking at the possibility of writing something from scratch, maybe using COM or even OLE-DB.

Does any one know how to access the exchange directory from an ASP page ?

Daniel.
Avatar of DanielGarcia
DanielGarcia

ASKER

Edited text of question
You will have to use CDO (Active Messaging) to access the exhange server and give you the list of all the users for a particular exchnage domain.

You could also use LDAP
ASKER CERTIFIED SOLUTION
Avatar of percyn
percyn

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you very much for your answer. Sorry it took a while to get back to you.