Outlook automation - import/create rules

  • Thread starter Thread starter Marchi Giuseppe
  • Start date Start date
M

Marchi Giuseppe

Hi everyone,
i've the necessity to create some rules in outlook 2003 from a .NET custom
application.
if is not possibile, can i import a .rwz file programmatically ?

thanks in advance

--
Marchi Giuseppe
MCP .NET 2.0 - Web Applications
MCTS WSS 3.0 - Application Development
MCTS MOSS - Administration
www.peppedotnet.it
 
No, Outlook doesn't provide any support for importing a .rwz file
programmatically. Outlook 2007 is the first version with support in its
object model for creating rules programmatically.
 
We have a rule to flag workflow approval related emails for follow up that we
want to deploy company-wide.

Where can I find sample code for adding rules programmatically? Thank you!
 
Back
Top