Changing the font body of an outlook task in vba

G

Guest

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?
 
S

Sue Mosher [MVP-Outlook]

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top