View Single Post
  #1 (permalink)  
Old 23-09-2007, 11:55
SteveR SteveR is offline
Junior Member
 
Join Date: Jun 2007
Location: Beverley, East Yorkshire
Posts: 16
Default Missing Mailenable MEASP.DLL?

Hi,

I am trying to send email via a vbs script. Previously this was running okay with MS SMTP however, using CDO.Message. I am now trying to use mailenable and my code is failing at the CreateObject() for MEMail.Message :-

Dim objMsg
Set objMsg = CreateObject("MEMail.Message")

with this error :- ActiveX component can't create object: 'MEMail.Message'


I am looking the Mailenable API guide and it mentions a DLL called MEASP.DLL. However I can't find this dll anywhere our our VPS Hosting.

Am i missing something here?

Regards,

Steve.
Reply With Quote