Anyone know how to format the subject line so it appears in red in the user's Outlook InBox ? My code:
Dim mail As New MailMessage()
Dim sSubjectLine as string ="URGENT: ACTION REQUIRED!"
mail.Priority = MailPriority.High
mail.Subject = sSubjectLine.ToString
??-> code for changing font color of sSubJectLine to red??
Dim mail As New MailMessage()
Dim sSubjectLine as string ="URGENT: ACTION REQUIRED!"
mail.Priority = MailPriority.High
mail.Subject = sSubjectLine.ToString
??-> code for changing font color of sSubJectLine to red??