MailMessage Body appear in italics

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I make the MailMessage Body appear in italics in the received e-mail message

message.Body = ???? ;
 
You can set the MailMessage BodyFormat property to MailFormat.Html and then use HTML <i> tags to make the body italic.
 
Back
Top