G Guest Feb 8, 2004 #1 How can I make the MailMessage Body appear in italics in the received e-mail message message.Body = ???? ;
How can I make the MailMessage Body appear in italics in the received e-mail message message.Body = ???? ;
G Guest Feb 8, 2004 #2 You can set the MailMessage BodyFormat property to MailFormat.Html and then use HTML <i> tags to make the body italic.
You can set the MailMessage BodyFormat property to MailFormat.Html and then use HTML <i> tags to make the body italic.