![]() |
Changing the font body of an outlook task in vba
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? |
Changing the font body of an outlook task in vba
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? |
Changing the font body of an outlook task in vba
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? |
All times are GMT +1. The time now is 05:59 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com