Is outlook installed on the server where CF is installed?

----- Original Message -----
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Date: Monday, December 15, 2003 3:16 am
Subject: First foray into COM -  getting an error

> Why am I getting
>
> "An exception occurred when instantiating a Com object.
> The cause of this exception was that:
> coldfusion.runtime.com.ComObjectInstantiationException: An exception
> occurred when instantiating a Com object.. "
>
>
> From the following code ?
>
> <cftry>
> <!--- try to open a connection--->
> <cfobject type="COM"
>          name="objOutlook"
>          class="Outlook.Application"
>          action=""> >
> <cfcatch>
>         <!--- if it doesn't exist then create a new connection --->
>         <cfobject type="COM"
>          name="objOutlook"
>          class="Outlook.Applicaton"
>          action=""> > </cfcatch>
> </cftry>
>
> Any COM folks shed some light onto this ?
>
> Cheers,
>
> Darren
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to