hi
    i am trying to connect to outlook object using my local CF 5.0 server. I
have also installed Microsoft Outlook application. But somehow i could not
create the object. I get this error :
         Error trying to create object specified in the tag. 
        COM error 0x5. Access is denied. 

   This is the code that i am using :
        <CFTRY>    
            <!--- If it exists, connect to it --->    
           <CFOBJECT         
                ACTION="CONNECT"         
                CLASS="Outlook.Application"         
                NAME="objOutlook"         
               TYPE="COM">  
          <CFCATCH>    

            <!--- The object doesn't exist, so create it --->    
            <CFOBJECT         
                ACTION="CREATE"         
                CLASS="Outlook.Application"         
                NAME="objOutlook"         
                TYPE="COM">   
          </CFCATCH>
       </CFTRY> 
        
        What could be the reason ? 

Jaime Hoi

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to