get formatted text in appointmentItem's body

S

sd

hello

I've customized appointment form for outlook 2003 & 2007.
Is there any way to get formatted text in appointmentItem's body ?
I need to retrieve it, modify it & again set this modified formatted
text to appointmentItem Body.There is no HTMLBody/RTFBody property
like mailItem to appointmentItem.
I found Inspector.HtmlEditor ,but it is set to null.Can it be
helpful ? How to use it?
Thanks
 
D

Dmitry Streblechenko

Note that simply reading the context of the PR_RTF_COMPRESSED property won't
help you much since the RTF stream is compressed.
On the MAPI level, that means that you need to use the
WrapCompressedRTFStream() MAPI function.
Redemption exposes the RTF body through the Safe*Item.RtfBody and
RDOMail.RtfBody properties.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top