Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Creating a Recipients list from Exchange using ASP


Message #1 by "Paul Marshall" <pmarshall@b...> on Thu, 26 Sep 2002 20:07:00
I'm looking for a way to list all of the recipients in my Exchange 5.5 
server using ASP. 

Using the code examples from Active Server Pages 3.0 Chapter 21 I'm able 
to view a Domain list of user but I can't seem to figure out how to do the 
same for Exchange.  Can anyone give me some help via either links or 
sample codes.  I've spent 2 days on this and I'm not use to needing to 
spend this long on an problem that seems so simple.

Paul Marshall
Message #2 by "Ken Schaefer" <ken@a...> on Mon, 30 Sep 2002 10:45:19 +1000
Does this help?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdo/html/_o
lemsg_selecting_recipients_from_the_address_book.asp?frame=true

(I assume you mean recipients from the GAL) - I suppose the code could be
adjusted for a OAB, but you'll have to look through the object heirachy to
see what you need to change...

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Paul Marshall" <pmarshall@b...>
Subject: [asp_web_howto] Creating a Recipients list from Exchange using ASP


: I'm looking for a way to list all of the recipients in my Exchange 5.5
: server using ASP.
:
: Using the code examples from Active Server Pages 3.0 Chapter 21 I'm able
: to view a Domain list of user but I can't seem to figure out how to do the
: same for Exchange.  Can anyone give me some help via either links or
: sample codes.  I've spent 2 days on this and I'm not use to needing to
: spend this long on an problem that seems so simple.
:
: Paul Marshall

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  Return to Index