A
Alexander Widera
Hello,
I'm not able to re-write this code (look below) from vbscript to C#. And I
don't find a manual in the net ... could somebody help me please?
DIM oMessage
oMessage= CreateObject("CDO.Message")
oMessage.From = "(e-mail address removed)"
oMessage.To = "(e-mail address removed)"
oMessage.Subject = "Subject"
oMessage.Textbody = "Content"
oMessage.Send
Thx
Alex
I'm not able to re-write this code (look below) from vbscript to C#. And I
don't find a manual in the net ... could somebody help me please?
DIM oMessage
oMessage= CreateObject("CDO.Message")
oMessage.From = "(e-mail address removed)"
oMessage.To = "(e-mail address removed)"
oMessage.Subject = "Subject"
oMessage.Textbody = "Content"
oMessage.Send
Thx
Alex