![]() |
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
|
|||
|
|||
![]()
Outlook lets you manipulate the body of outlook tasks: bold, font size, etc.,
but the TaskItem VBA object doesn't seem to have the right properties (like a mail item) to allow you to maniplate the text's styling programmatically. Is there a way to do it? |
#2
|
|||
|
|||
![]()
Yes, but not built into Outlook, because it's RTF. See http://www.outlookcode.com/d/formatmsg.htm for the CDO and Redemption SafeInspector techniques.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Gary F" Gary wrote in message ... Outlook lets you manipulate the body of outlook tasks: bold, font size, etc., but the TaskItem VBA object doesn't seem to have the right properties (like a mail item) to allow you to maniplate the text's styling programmatically. Is there a way to do it? |
#3
|
|||
|
|||
![]()
thanks!
"Sue Mosher [MVP-Outlook]" wrote: Yes, but not btuilt into Outlook, because it's RTF. See http://www.outlookcode.com/d/formatmsg.htm for the CDO and Redemption SafeInspector techniques. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Gary F" Gary wrote in message ... Outlook lets you manipulate the body of outlook tasks: bold, font size, etc., but the TaskItem VBA object doesn't seem to have the right properties (like a mail item) to allow you to maniplate the text's styling programmatically. Is there a way to do it? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
changing the default font size for outlook 2007 | The_ONE | Outlook - Installation | 4 | November 21st 06 11:12 PM |
Email font size in body changes randomly after the message is sent | [email protected] | Outlook - General Queries | 0 | May 31st 06 10:52 PM |
vba code that insert a hyperlink file in the body of message | gabriel | Outlook and VBA | 3 | April 24th 06 01:51 PM |
Using VBA to edit mail body without losing embedded pictures? | [email protected] | Outlook and VBA | 2 | March 20th 06 07:38 PM |
vba to change font of notes | Charlie | Outlook and VBA | 3 | March 9th 06 06:51 AM |