Yeah, our Exchange Admin told me, that Microsoft did some changes in the OWA.
The main thing is to add events to the calendar via our intranet calendar build 
in cf.
Maybe Exchange supports adding an event via Email, so i could send Email 
invitations.


Am 31.08.2007 18:56 Uhr schrieb "Dawson, Michael" unter <[EMAIL PROTECTED]>:

>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?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287538
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