Connecting Tech Pros Worldwide Forums | Help | Site Map

Pulling Exchange Global Address Book to use in ASP.NET

DHamblin
Guest
 
Posts: n/a
#1: Aug 9 '06
Ok, I am sure this is possible but after looking at Google and MSDN it must
be well hidden!

In a company intranet ASP.NET app; the user needs to select email addresses
to send copies of a report to. Rather than copy this data to a database
(where it can be out of date quickly...) I'd like to access user names and
email address from our Exchange 2003 server to populate a dropdown list.

Can anyon epoint me to a code example that shows such an approach that I can
look at?

--
Thanks,
Dave Hamblin

John Smith
Guest
 
Posts: n/a
#2: Aug 10 '06

re: Pulling Exchange Global Address Book to use in ASP.NET


Hi Dave--

You are looking for System.DirectoryServices namespace. Google that and
you should find tons of examples.

HTH

"DHamblin" <DHamblin@discussions.microsoft.comwrote in message
news:5A5AD5B6-A38E-4F97-8388-8F6ED6A8A1B5@microsoft.com...
Quote:
Ok, I am sure this is possible but after looking at Google and MSDN it
must
be well hidden!
>
In a company intranet ASP.NET app; the user needs to select email
addresses
to send copies of a report to. Rather than copy this data to a database
(where it can be out of date quickly...) I'd like to access user names and
email address from our Exchange 2003 server to populate a dropdown list.
>
Can anyon epoint me to a code example that shows such an approach that I
can
look at?
>
--
Thanks,
Dave Hamblin

Closed Thread