Formatting string data : basic question

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

Guest

Hi All,

I am sending an email containing the string data for eg .
string subject ="New client";
from my web service. I want that string data to be
appearted as bold in the email.

I know this is a very basic question I am asking. I
really searched a lot but I did not find a solution.
Probably I am not looking in the right direction.

Can you please help?

Thanks in advance.
 
You can create an HTML email to output <b>bold</b> formatting in the body of
the email, but not in the subject line.
 
Back
Top