Click here to Skip to main content
15,867,834 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am working on a .net solution which allows user to create new email. In this app they can select items which then will be added to the email. These are not attachment, just simple text and hyper links.

I am using simple html code to generate layout of an email. In this html I have class ids for some of the tag to identify where to add new item (which category).

The problem is that if I edit something in the email, Outlook generates lot of unnecessary html and also removes class ids from my original tags.

Does anyone know how can I overcome this issue? Ideally, I want to stop outlook from generating those html.

Any help/ideas would be appreciated :)
Posted
Updated 1-Oct-10 0:58am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900