Not natively, however you might be able to achieve this by writing a custom SMTP transport sink that processes all inbound email and strips the HTML tags from them.
The following will give you the basics for creating a custom SMTP transport sink, from there you will have to look at how to incorporate the functions for converting the inbound HTML to text whilst still retaining as much of the formatting as possible
SMTP Server Transport Events - Simple Scripting
http://www.codeproject.com/KB/IP/smtpevents.aspxHow to write an OnArrival-type SMTP event sink in managed code by using Visual Studio .NET 2003
http://kbalertz.com/894286/write-event-managed-using-Visual-Studio.aspx