Show email body with bold font size

Hello everyone,

I am doing a sending email work, and i want to show the email body with blod font size.

Such as:

Dear AAA,

I am …

i did like this:

i am ......

but is no use. what should do? please help, thanks

Hi David,

How do you send your email ?

If you use smtp mail then you can set the mail as html formatted (.CreateMessage(SenderName,SenderAddress,Recipients,Subject,Body,HtmlFormatted))

g.

Hi guy,

I have solved this problem, I used objEmail.HTMLBody instead of objEmail.TEXTBody.

Thank you very much.