View Single Post
  #3  
Old October 16th 08, 07:33 PM posted to microsoft.public.outlook.program_forms
BigDubb
external usenet poster
 
Posts: 21
Default HTML in Appointment Body

Thanks. I'm digging into this. IT seems pretty easy if I"m using outlook
2007.



"Sue Mosher [MVP-Outlook]" wrote:

That's normal and expected behavior, given that AppointmentItem bodies are
RTF, not HTML.

See http://www.outlookcode.com/article.aspx?id=31 for your options. If you
need more specifics, we'll need your Outlook version.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"BigDubb" wrote:

I am tring to dynamically build a body of an appointment via a custom built
AddIn.

Does anyone know how I might be able to pass markup into that property and
have it render on the appointment?

ie.
Outlook.Appointment.Body = "bHello World!/b"

renders exactly as it's entered into the string


Ads