Create/Apply auto formatting rules by VB?

  • Thread starter Heinz-Josef Bomanns
  • Start date
H

Heinz-Josef Bomanns

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

Sue Mosher [MVP]

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.
 
H

Heinz-Josef Bomanns

Hallo Sue,
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.

Thanks, will give it a try in 2007...
 

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