plain text with BodyFormat HTML not showing correctly

  • Thread starter Thread starter Nagaraj
  • Start date Start date
N

Nagaraj

Hi,

I have a plain text

plain
<a href=http://localhost:8080/Aatmani/adclick?adprintid=1224>Learn how the
Mandarin Oriental Hotel give 5-Star service with PI</a>


I want to show it in the HTML format. I used the following code

mailItem.BodyFormat =
Microsoft.Office.Interop.Outlook.OlBodyFormat.olFormatHTML;

mailItem.Save();

But still I am not getting the result in the HTML format but only in the
plain format. Can anyone help me?

Thanks
 
Back
Top