Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change the colour of text in an Outlook email

Status
Not open for further replies.

paullem

Programmer
Joined
Jan 21, 2005
Messages
80
Location
GB
Hi,

I have a VB application that sends out emails. Ideally i'd like to use different colours for certain words and sentences within the body of the email.

Has anyone come across this before or have any ideas?

Many Thanks,

Paul
 
If you format the replay as an html message, that is easily performed.
Code:
<HTML>
<BODY>
Test <FONT COLOR=RED> TEST </FONT>
</BODY>
</HTML>
 
Hi BrianLW,

Thanks for your reply. I'm not sure what you mean by 'formating the replay'?

Thanks,

Paul
 
Hi Paul,
I think BrianLW means formatting the 'reply' meaning your email. You can use html tags in the body of your email as he has posted above.

Hope this helps

Steve
 
Hi Steve,

Thanks for your reply. That makes sense now. I was quite tired when I replied. I think there's a moral there somewhere?

Thanks,

Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top