I'm guessing you would have to set the
MailMessage.IsBodyHtml Property[
^] to true, in order to let the mail client know that the message should be displayed as HTML instead of raw text.
message.IsBodyHtml = true;
I'm not sure if this solves the problem, but give it a try.