Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » System.Web.Mail   (RSS)

FYI: MSDNWiki and ExchangeNinjas, our first cracks at Wikis

Support Engineers, like myself, at Microsoft interact with online documentation as much as anybody else inside the company (except the content folks of course) and probably more than anybody outside of MS as well. On my team alone I support over a half

KB: You receive an error message when you try to send an e-mail message by using the System.Web.Mail namespace in the .NET Framework

We have an article published now which addresses my earlier post about the myths regarding SmtpServer.Insert... 922777 You receive an error message when you try to send an e-mail message by using the System.Web.Mail namespace in the .NET Framework 1.0
Posted by mstehle | 0 Comments

OT: Proper Pronunciation of CDONTS...

FYI IMO there a lot of TLA's out there these days. Some acronyms get pronounced phonetically like ISAPI ("eye-sap-ee") and MAPI ("map-ee") while others are enunciated simply by reading the letters like ESM ("E-S-M") and NTFS ("N-T-F-S"). Usually the presence

FYI: System.Web.Mail is deprecated use System.Net.Mail

While we are on the topic of System.Web.Mail , it is important to note a new namespace in version 2.0 of the .NET Framework. There is a brand new namespace for sending mail via managed code, it is called System.Net.Mail . Have no fear, System.Web.Mail

MYTH: SmtpMail.SmtpServer.Insert(0,"127.0.0.1") Actually Does Something

One of the principles of the Information Age is that anybody with a blog like mine or a Code Project account can write an article viewable to millions of people around the world. As a support engineer, I love and hate this at the same time. Take the following Code Project article for example...
 
Page view tracker