Word formatted data into Appointments object's body

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Guys

I have been given a task of automating the appointments objects within my form. I have added TextControl where we can define MessageSubject.text and using Word through Automatin for adding appointments.

I can do all formatting related activities and add data but while saving Outlook is saving only in text format and it's no retaining the supplied format.

Can anyone tell me how too retain the word fiormatting and pass data to Appointment objects and retrieve back with formatting retained.

Any ideas, any clues??

Thanks in advance

Cheers!!!!
Nav
 
If you want to format the body of an AppointmentItem, you would need to use
CDO or Redemption, as outlined at http://www.slipstick.com/dev/formatmsg.htm
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Nave said:
Hi Guys

I have been given a task of automating the appointments objects within my
form. I have added TextControl where we can define MessageSubject.text and
using Word through Automatin for adding appointments.
I can do all formatting related activities and add data but while saving
Outlook is saving only in text format and it's no retaining the supplied
format.
Can anyone tell me how too retain the word fiormatting and pass data to
Appointment objects and retrieve back with formatting retained.
 
Back
Top