set calendar coloring filters through VBA

P

PGT

I need to set de calendar coloring filters through vba
For outlook versions 2003 and later. I know this can be set manual, but i need it to be done by programming
I would like VBA for this if its not possible vbscript if not possible vb.net
 
K

Ken Slovak - [MVP - Outlook]

Automatic formatting is not exposed in the object model for Outlook 2003. It
doesn't matter what language you plan to use.

In Outlook 2007 you can use the CalendarView.AutoFormatRules collection to
access the auto-formatting.
 
P

PGT

I also couldnt find it in registry (used regmon to trace for it). Apperently it is stored in the mailbox.. but where?, and how to access it CDO maybe
 

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