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.