VB How-ToAsk your "How do I do this with VB?" questions in this forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VB How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Iâm not sure about this, but wouldnât System.Web.Mail still be the NameSpace to use? That seems to be where the mail objects are, irrespective of the app itself being a web app.
I figured out that the namespace was available, but I had to add it as a reference. It seems weird that the default setup doesn't include it, but it is available as "System.Web" reference file.