colored text for Outlook email subject?

  • Thread starter Thread starter Keithen
  • Start date Start date
K

Keithen

When i use the Rules Wizard in Outlook 2002 one of the actions i can
take is to set the font, including its color, of the email subject line. Now
i am creating an Outlook Addin in VB .NET and i would like to also set
the color of the subject, but cannot find any property in the MailItem or
any method to set it. Anyone know how to change the text color?
 
The color is set using automatic formatting rules stored in the user's view. You cannot control it programmatically unless you know what automatic formatting rules the person already has in place.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.slipstick.com/books/jumpstart.htm


When i use the Rules Wizard in Outlook 2002 one of the actions i can
take is to set the font, including its color, of the email subject line. Now
i am creating an Outlook Addin in VB .NET and i would like to also set
the color of the subject, but cannot find any property in the MailItem or
any method to set it. Anyone know how to change the text color?
 
Back
Top