![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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. |
Ads |
#2
|
|||
|
|||
![]()
For formatted text try getting HTMLBody.
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "AlexD" wrote in message ... 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. |
#3
|
|||
|
|||
![]()
That won't work in an appointment. To get the formatted appointment body, use
Inspector.WordEditor in Outlook 2007, returning a Word.Document object, or use Redemption's SafeInspector. See http://www.outlookcode.com/article.aspx?id=31 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Ken Slovak - [MVP - Outlook]" wrote: For formatted text try getting HTMLBody. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "AlexD" wrote in message ... 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. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Formatting appointment text | Juan García | Outlook - Calandaring | 7 | August 4th 08 11:13 PM |
formatting text | skurtz | Outlook - Using Contacts | 1 | April 21st 08 09:10 PM |
Text Formatting Command is not available | ilogik | Outlook - General Queries | 0 | April 7th 06 04:08 PM |
Rich Text Formatting | WM | Outlook - Using Forms | 6 | April 3rd 06 03:56 PM |
formatting text -- line width | Ben Crain | Outlook Express | 3 | February 14th 06 07:43 AM |