![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
Ads |
#2
|
|||
|
|||
![]()
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 |
#3
|
|||
|
|||
![]()
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 |
#4
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to find Special folders? | Neetu | Add-ins for Outlook | 1 | May 29th 08 04:31 PM |
Paste Special Macro | ILv2Xlr8 | Outlook and VBA | 0 | December 17th 07 03:24 PM |
Paste Special | livetohike | Outlook - General Queries | 0 | September 15th 07 11:55 PM |
Special Characters | Dave Neve | Outlook and VBA | 0 | August 6th 07 09:41 AM |
Removing special characters | don | Outlook and VBA | 1 | February 15th 06 10:48 PM |