Sorry guys, completely new to vb.net (today!). What would be the equivalent to:
in vb.net?Code:set objMailmsg = server.createobject("CDO.Message")
Cheers
Printable View
Sorry guys, completely new to vb.net (today!). What would be the equivalent to:
in vb.net?Code:set objMailmsg = server.createobject("CDO.Message")
Cheers
you want the System.Web.Mail class.
That's a great link, trEEE. :)
Great guys, thanks.