A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

HTML in Appointment Body



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 15th 08, 11:01 PM posted to microsoft.public.outlook.program_forms
BigDubb
external usenet poster
 
Posts: 21
Default HTML in Appointment Body

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
  #2  
Old October 15th 08, 11:30 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default HTML in Appointment Body

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


  #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


  #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


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook HTML.Body grahamproctor Outlook and VBA 9 January 25th 07 08:30 PM
HTML olAppointment Body? Tony Gravagno Add-ins for Outlook 5 December 19th 06 09:53 PM
HTML in Task Body K Passaur Outlook and VBA 2 August 21st 06 05:22 AM
mailto - html in body Giorgio Outlook Express 7 June 21st 06 02:41 PM
Graphics in HTML Body GeorgeMar Outlook and VBA 2 February 27th 06 02:17 PM


All times are GMT +1. The time now is 04:43 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2024 Outlook Banter.
The comments are property of their posters.