Posted on: 1/26/2015 4:09:59 PM | Views : 530

Weird problem. I'm sending a html email that contains a table. It's working fine EXCEPT the contents of the table (inside the <td>...</td>) tags are being interpreted as plain text, so I'm getting things like:
<p>Test <em>Text</em></p>
instead of
Text Text.
The rest of the message body, including the table tags, are interpreted correctly. I'm setting IsBodyHtml to true, and if I use the HTML visualizer in the debugger, the entire email (including the table data) displays correctly. But once it arrives in my inbox...plain text in the table.
I've been chasing this for three days, and I'm going nuts. Any ideas?

Go to the complete details ...