I am having problems sending email.
Something that did work stopped working.
I think something changeds on the server.
I use System.Web.Mail.MailMessage through a vb app
and
set iMsg = CreateObject("CDO.Message")
set iConf = CreateObject("CDO.Configuration")
with an asp app
They both have stopped working
How can I find out programatically whats available on the server.
Howard
Something that did work stopped working.
I think something changeds on the server.
I use System.Web.Mail.MailMessage through a vb app
and
set iMsg = CreateObject("CDO.Message")
set iConf = CreateObject("CDO.Configuration")
with an asp app
They both have stopped working
How can I find out programatically whats available on the server.
Howard