I am just starting to play around with cfexchange because I have not really
needed it up until now. I see its pretty easy to get a list of contacts
using the following code.

    <cfexchangeconnection action="open" connection="myExchangeConnection"
      server="*************"
      username="*************"
      password="*************" />

    <cfexchangecontact action="get" name="myContacts"
connection="myExchangeConnection" />
    <cfexchangeconnection action="close" connection="myExchangeConnection"
/>

    <cfdump var="#myContacts#">

However I do not store any contacts locally. When I click to we have lists
of employees based on company, location and department. Is there anyone to
interact with these lists as it would be easier for me to grab all employees
at once. I don't know much about exchange so forgive my ignorance.


Thank You
Dan Vega
[EMAIL PROTECTED]
http://www.danvega.org


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314344
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to