Rob
asked on
Exchange Public Folder Contacts Search using PHP or ASP
Hi - My project consists of two parts:
1. Searching exchange 2003 with a users first name, last name, or email address and returning that user and their email addresses.
2. Searching for a contact in public folder contacts (where permissions allow). I would like to be able to search by name or email address to begin with and other fields in the future.
I have currently implemented the first part of my project using php and ldap but i'm having trouble with the second part. any ideas? I'm happy using either ASP or PHP
1. Searching exchange 2003 with a users first name, last name, or email address and returning that user and their email addresses.
2. Searching for a contact in public folder contacts (where permissions allow). I would like to be able to search by name or email address to begin with and other fields in the future.
I have currently implemented the first part of my project using php and ldap but i'm having trouble with the second part. any ideas? I'm happy using either ASP or PHP
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
thanks.