Autoformatting rules are not exposed by View.XML. You can access them only in
Outlook 2007, through the AutoFormatRules collection for the TableView and
other view objects. Changes made to AutoFormatRules do not persist between
Outlook sessions.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Heinz-Josef Bomanns" wrote:
> Hi,
>
> with auto formatting i can tell Outlook to show entries in explorer
> tables in for eg. bold, colorized, underlined etc. based on some
> criterias. Just wondering if it's possible to create/apply auto
> formatting rules by VB? I had a look at the View.XML property, but
> auto formatting rules seems to be stored elsewhere. Anybody knows
> where auto formatting rules are stored or can be created/applied by
> code? Thanks for any hints...