Importing Rule to Outlook through command line

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I import "Rules" to Microsof Office Outlook 2003 through command
line. Can I use VC++ automation for the same? Is there any other methods for
doing that from outside outlook?
 
Thank you Roady, But I would like to import some rule from an external
application. I am using VC++ for developing the application. So can you
suggest me another solution for that.
 
In what kind of environment and for what purpose/what are you trying to
achieve?
 
Thank you; My network having a shared rule file (.rwz) which is provided by
our network administrator. It will be changing every time. So I need to
import rule file all time; manually imorting them is very difficult. Then I
have written a VC++ program for importing the file to Outlook through command
line. But I didn't find any such command in Outlook. I am using Outlook 2003
(Os: Win XP)
 
There is no way to do this through a command line. Deploying a macro code
could do the job as well but doesn't exactly reduce complexity and in either
case users are able to temper with it. If you are managing things centrally,
you should also maintain it centrally meaning controlling it on the server
instead of at client level.

--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003


-----
 

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

Back
Top