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