Monitor MS SMTP queue from ASP.Net
I came across a situation today where I needed to monitor the number of files in the Microsoft SMTP queue from a web page. While there are numerous ways I considered approaching this, I wanted it to be simple, portable, and easy to maintain. I decided to fire up Visual Studio 2010 and come up with a quick solution. While
Read more