BodyFormat as Html or Rich Text

S

Steve*n

I know there is a BodyFormat property of a MailItem but there doesn't to be
anything similar for the body of an Outlook.Appointment. Is there anyway to
format the body of an appointment as rich text? I'd like to be able to make
some text bold through code.

Thanks
 
D

Dmitry Streblechenko

Appointment body is always stored in RTF, but you cannot set it
programmativcally using OOM alone.

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