I asked this question on StackOverflow and never really got a decent reply! So I thought I would chance my arm on here...
I have an application that heavily relys on the information in the email being in plaintext. Reason for this is because it will match specific patterns in the mail body i.e. Keyword=Value. If the body of the email is in HTML then as you can see....this is most likely going to pickup things like CSS properties etc
I want my users to be able to send the emails from any format i.e. as HTML/Plain Text, however, I want to be able to convert the mail to plaintext when it arrives in the exchange server.
This has to be on the exchange server NOT in Outlook
Is this possible?