You're not finding anything because there is no such property. Whether a
message appears in italics depends on the automatic formatting settings of
the current view and whether the message has properties that meet the
criteria of a formatting rule that involves italics. Automatic formatting
rules are exposed programmatically only in Outlook 2007.
> You're not finding anything because there is no such property. Whether a
> message appears in italics depends on the automatic formatting settings of
> the current view and whether the message has properties that meet the
> criteria of a formatting rule that involves italics. Automatic formatting
> rules are exposed programmatically only in Outlook 2007.
Sue,
My addin is developed in C# and targeted for outlook 2007 and 2003 therefore
if outlook 2007 exposes such functionality than it is fine with me. Can you
let me know how can i achieve it?
Sue Mosher [MVP] - 28 Jul 2009 14:08 GMT
Take a look at the TableView.AutoFormatRules collection and the
AutoFormatRule object, which has Filter and Font properties to tell you what
condition results in what display font. The Outlook developer documentation
article at http://msdn.microsoft.com/en-us/library/bb176349.aspx explains a
bit more about how these rules operate.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> > You're not finding anything because there is no such property. Whether a
> > message appears in italics depends on the automatic formatting settings of
[quoted text clipped - 6 lines]
> if outlook 2007 exposes such functionality than it is fine with me. Can you
> let me know how can i achieve it?