Nov 13th, 2000, 02:42 AM
At the line where I want to create my object:
--> Set objMail = Server.CreateObject("MyMail.SendMail")
I get the following error:
OutlLib.dll error '80040102'
Could not complete the operation because the service provider does not support it.
Why is this happening??? All other Com objects are working, for instance ADO objects.
--> Set objMail = Server.CreateObject("MyMail.SendMail")
I get the following error:
OutlLib.dll error '80040102'
Could not complete the operation because the service provider does not support it.
Why is this happening??? All other Com objects are working, for instance ADO objects.