propagate automatic formatting to other Outlook folder

P

paresh

Hi,

Is there any way ( in Outlook 2007 ) to propagate the Automatic Formatting
rules to another folder?

If I want to write the Add-in for it then how to fetch the Automatc
Formatting information for selected folder and how to apply it to another
email folder?

Any related information would also be appreciated.

Thanks in advance.
Paresh
 
K

Ken Slovak - [MVP - Outlook]

AutoFormatRules are available only for certain views (CalendarView, CardView
and TableView). Assuming your view is one of those you can pick up the
AutoFormatRules for the source view and add them to the target view. If it's
a different type of view then you can't do it.

You would get the View.ViewType and check if it's one the correct types.
Then if it is you can cast the View as a TableView (for example).
 

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