>From what I remember, there are some known issues with Exchange 2007 support.
We are still on Exchange 2003. M!ke -----Original Message----- From: Patrick Heppler [mailto:[EMAIL PROTECTED] Sent: Friday, August 31, 2007 12:29 PM To: CF-Talk Subject: ColdFusion 8 and Exchange 2007 Hi List, i've some trouble with CF8 and Exchange 2007. With this code, i can dump my emails: <cfexchangeconnection action="open" username ="myusername" password="mypass" server="mail.mydomain.com" connection="testconn1" protocol="https"> <cfexchangemail action="get" folder="Posteingang" name="weeksMail" connection="testconn1"> </cfexchangemail> <cfexchangeconnection action="close" connection="testconn1"> <cfdump var="#weeksMail#"> But if i try to query my calendar: <cfexchangeconnection action="open" username ="myusername" password="mypass" server="mail.mydomain.com" connection="testconn1" protocol="https"> <cfexchangecalendar action = "get" name = "theUID" connection = "testconn1"> <cfexchangeconnection action="close" connection="testconn1"> <cfdump var="theUID"> I get an error: Ensure that the Exchange web application is configured in IIS and Web Service Extension for the Exchange server is allowed. Message Cannot access Exchange server as a web application at mail.mydomain.com. Same error when i try to query my contacts. The server requires https! I can access the Outlook Web Access with the same user/pass. webdav is enabled on IIS. The exchange 2007 runs on windows 2003 standard server. but the iis runs on a virtual server on the same machine as the exchange server. anyone using cf8 and exchange 2007? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287536 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

