I am sending email using C#.NET, for which I am using System.Net.Mail.MailMessage class. I want to make a portion of the email’s subject bold. Is there any way to do it?
I am sending email using C#.NET, for which I am using System.Net.Mail.MailMessage class. I
Share
No, there is no way to format the subject of an email message with font styles, weights, faces, color, etc. It is plain-text only.
It’s not a limitation of .NET, rather it’s the way email is.