Need information to fetch the data from exchange server

3 views
Skip to first unread message

Raghuram Reddy

unread,
Feb 11, 2009, 6:58:07 AM2/11/09
to BangaloreCF
hi friends,
i am very happy to send the first discussion topic in this group.
Please share me the information(code) to fetch the data from microsoft
exchange server.


Special thanks to saravana :)

Thanks and regards,
Raghuram Reddy Gottimukkula
Bangalore

saravanan

unread,
Feb 11, 2009, 7:49:17 AM2/11/09
to BangaloreCF
Hi Raghu,


Google's first result :)
http://www.adobe.com/devnet/coldfusion/articles/cfexchange.html

Nice tutorial. Check the conditions mentioned in the second page of
this 5 page tutorial.

<cfexchangeconnection action="open" connection="myExchangeConnection"
server="mailServer"
username="usr"
password="pwd" />
<cfexchangecontact action="get" name="myContacts"
connection="myExchangeConnection" />
<cfexchangeconnection action="close"
connection="myExchangeConnection" />

This is the basic syntax. But you must make sure that your Exchange
server is configured to allow access by ColdFusion.


Thanks & Regards

Saravana Muthu.J
http://www.cfmitrah.com/blog/
Coldfusion, JQuery Blog

Reply all
Reply to author
Forward
0 new messages