HI,
In Our application we are using multipart mailing text and html format.As of now we are using cute Editor control to send mail.here our prablem is Mailing TEXT format different from HTML format,Becuse Text format mail we are using to remove HTML tags in Editor.cs funtion called PlainTextWithLinefeeds(),So We missed some css styles and in side the <a> tag links in TEXT format mail.
Examples:-
1<;b>Welcome The Multipart mail</b>
2. <a onclick='return true' target="" name="www_cisco_com_offer_ciscolivew(8)" href="http://sdm3.rm04.net">Registration & Fees</a>
Thnaks