Mar 17, 2008 #1 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
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
Mar 17, 2008 #2 BrianLW Programmer Joined Feb 4, 2004 Messages 106 Location US If you format the replay as an html message, that is easily performed. Code: <HTML> <BODY> Test <FONT COLOR=RED> TEST </FONT> </BODY> </HTML> Upvote 0 Downvote
If you format the replay as an html message, that is easily performed. Code: <HTML> <BODY> Test <FONT COLOR=RED> TEST </FONT> </BODY> </HTML>
Mar 17, 2008 Thread starter #3 paullem Programmer Joined Jan 21, 2005 Messages 80 Location GB Hi BrianLW, Thanks for your reply. I'm not sure what you mean by 'formating the replay'? Thanks, Paul Upvote 0 Downvote
Hi BrianLW, Thanks for your reply. I'm not sure what you mean by 'formating the replay'? Thanks, Paul
Mar 18, 2008 #4 datamasher Technical User Joined Dec 31, 2001 Messages 69 Location GB 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 Upvote 0 Downvote
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
Mar 18, 2008 Thread starter #5 paullem Programmer Joined Jan 21, 2005 Messages 80 Location GB 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 Upvote 0 Downvote
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