View Single Post
  #4  
Old November 29th 06, 10:35 AM posted to microsoft.public.outlook.program_vba
news.microsoft.com
external usenet poster
 
Posts: 65
Default Outlk 2k3 Script: HtmlMail

Hi Sue,

I put my task body in a string

strbb = item.body

then I put all this in HTML Mail BODY
StrHTML = "hr"& StrHTML & "hr" & "pprefont size=2 face=Arial" &
strbb & "/Font/pre/p" & Signature & disclaimer




"Sue Mosher [MVP-Outlook]" a écrit dans le message
de news: ...
You must convert those characters to the proper HTML token, i.e. < and
>. Use the Replace() function.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"news.microsoft.com" wrote in message
...
Hi All,

I use a personal task form that create aHtml mail with some Task item
properties and add the task.body to the mail.body

All is working fine, but if the task body contain these caracter ""
all the text after is ignored in my mail body

I know that "" represent a break in HTML so how can resolve this Pb

Tks





Ads