Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - Using Forms (http://www.outlookbanter.com/outlook-using-forms/)
-   -   Pb with Special character (http://www.outlookbanter.com/outlook-using-forms/81077-pb-special-character.html)

bbnimda October 31st 08 03:35 PM

Pb with Special character
 
Hi ,
I've custom task , and added function that create and send Html mail
including task body

My Pb is : when task body contain "" in my my all what came afeter the
"" is ignored

how can I solv this PB

tks



Ken Slovak - [MVP - Outlook] October 31st 08 08:01 PM

Pb with Special character
 
You need to escape the reserved HTML character using correct HTML syntax.

In the case of those 2 characters you would use this:

<
>


--
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
...
Hi ,
I've custom task , and added function that create and send Html mail
including task body

My Pb is : when task body contain "" in my my all what came afeter the
"" is ignored

how can I solv this PB

tks



bbnimda November 3rd 08 08:43 AM

Pb with Special character
 
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


"Ken Slovak - [MVP - Outlook]" a écrit dans le message
de news: ...
You need to escape the reserved HTML character using correct HTML syntax.

In the case of those 2 characters you would use this:

<
>


--
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
...
Hi ,
I've custom task , and added function that create and send Html mail
including task body

My Pb is : when task body contain "" in my my all what came afeter the
"" is ignored

how can I solv this PB

tks





Ken Slovak - [MVP - Outlook] November 3rd 08 02:58 PM

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




All times are GMT +1. The time now is 08:56 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com