There is no other functionality built into .NET that allows you to send email other then the System.Web.Mail namespace which uses SMTP.
CDONTS has been depreciated and shouldn't be used, however, you might be able to add a reference to the CDOSYS.dll in your project and make calls to it to send email for you, though I wouldn't recommend it.
Lastly, you could create a dll of your own that connected directly to a mail server and you could then send email using which ever protocol is set up on that server.
hth.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
Discussion:
http://p2p.wrox.com/topic.asp?TOPIC_ID=56429