how get text formatting from appointment

A

AlexD

Hi.
I created an appointment in outlook with body like this "Bold cursive" - the
first word is bold font but when I do that
_AppointmentItem olAppointmentItem;
.....
olAppointmentItem.GetBody();

I get just "Bold cursive" without formatting :(
Anybody can help me?
Thanks.
 
Top