(I'm posting this question on behalf of my supervisor, whose CF experience
is superior to mine).

I am getting error when trying to connect to Outlook object using CF. 
I am using the following code
<CFTRY>
        Connecting...<br>
     <!--- If it exists, connect to it --->
     <CFOBJECT
         ACTION="CONNECT"
         CLASS="Outlook.Application"
         NAME="objOutlook"
         TYPE="COM">
   <CFCATCH>
                Creating...<br>
     <!--- The object doesn't exist, so createificate it mo fo--->
     <CFOBJECT
       ACTION="CREATE"
       CLASS="Outlook.Application"
       NAME="objOutlook"
       TYPE="COM">
  </CFCATCH>
</CFTRY>

But it is failing on when it is trying to creating COM object. 
It says permission denied.

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to