View Single Post
  #4  
Old November 3rd 08, 02:58 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Pb with Special character

If you're going to paste HTML into an Outlook item body it must be valid
HTML. You will need to do string processing on what's being pasted in before
you paste the string.

The "" and "" characters aren't the only ones that are going to be
problems for you and that must be escaped. You also will need to look out
for the quote character and the "&" character. Do a search on "escape html
characters".

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"bbnimda" wrote in message
...
Hello Ken,

the Pb is that when I put the Task Body in to the Mail Item Body I don't
know if there is "" or "" in the task body...... is there a way to keep
all the content of a text (here the task body) without interpreting the
content in a mail body,

Hope my question is comprehensive

tks


Ads