Re: how do I make email text bold
- From: Spam Catcher <spamhoneypot@xxxxxxxxxx>
- Date: Mon, 12 Nov 2007 00:19:27 GMT
"cs_hart@xxxxxxxxx" <cs_hart@xxxxxxxxx> wrote in
news:1194819375.771312.42380@xxxxxxxxxxxxxxxxxxxxxxxxxxx:
I have an app that sends email to clients. There is now a requiremnt
to have one line in bold, as some clients seem to have overlooked some
instruction. Right now the body is just a bunch of concatenated
strings.
How do I make one of these lines bold?
You'll need to send HTML e-mail.
<strong>MY BOLD TEXT HERE</strong>
If you're using System.Net.Mail, make sure you set the Message.IsHTMLBody
Flag to True.
.
- References:
- how do I make email text bold
- From: cs_hart@xxxxxxxxx
- how do I make email text bold
- Prev by Date: Re: how do I make email text bold
- Next by Date: How to change the first character of Dim variable names to upper case
- Previous by thread: Re: how do I make email text bold
- Next by thread: Re: how do I make email text bold
- Index(es):
Relevant Pages
|