View Single Post
  #4  
Old October 16th 08, 08:15 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default HTML in Appointment Body

Yes, because Word is always the editor in Outlook 2007 appointments, you can
use Inspector.WordEditor to return a Word.Document object and then do
whatever you want with that content (and that includes leveraging whatever
you learn from recording Word macros).
--
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:

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.


"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