Re: hmail server and com

2011-11-09 Thread Leigh
    Set obApp = CreateObject(hMailServer.Application) That looks like VB syntax. CF's createObject requires the type parameter for com objects.  If you are not familiar with com, read the docs first.

Re: hmail server and com

2011-11-09 Thread Al Musella, DPM
I am using 32 bit windows server 2008 and 32 bit CF8 I read the version 8 docs already and searched google. I tried type=com At 07:57 PM 11/9/2011, Leigh wrote: Set obApp = CreateObject(hMailServer.Application) That looks like VB syntax. CF's createObject requires the type parameter

Re: hmail server and com

2011-11-09 Thread Russ Michaels
is the COMponent registered on the server? if not then it needs to be. On Thu, Nov 10, 2011 at 1:14 AM, Al Musella, DPM muse...@virtualtrials.com wrote: I am using 32 bit windows server 2008  and 32 bit CF8 I read the version 8 docs already and searched google.  I tried type=com At 07:57

Re: hmail server and com

2011-11-09 Thread Al Musella, DPM
I got it.. Stupidest mistake I made in a long time.. I was trying to run it on my test server.. which doesn't have hmail installed. When I tried it on the live server it worked:) CFOBJECT ACTION=Create NAME=hmail CLASS=hMailServer.Application cfset

Re: hmail server and com

2011-11-09 Thread Leigh
It happens .. glad you figured it out :) ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: hmail server and com

2011-11-09 Thread Kym Kovan
you need to register it: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec14713-7ff7.html On 10/11/2011 12:14, Al Musella, DPM wrote: I am using 32 bit windows server 2008 and 32 bit CF8 I read the version 8 docs already and searched google. I tried