Is there a way to distribute a client-only rule to Outlook 2003 and 2007 clients?
We'd like a way for to have emails from corporate communications generate a desktop alert or perhaps be flagged for followup automatically. It would need to be deployable centrally using Active Directory or Exchange.
My first thought was group policy, but apparently Outlook rules aren't part of what you can control using group policy.
Has anyone implemented something similar?
There are several ways to do this, presuming you want to create rules on the server so that they run even when the user's Outlook isn't active.
To deploy this centrally, your code would need to log on to a user's mailbox and create the rule; you'll also need a way to enumerate all of the mailboxes and do a few other housekeeping tasks. Should be a nice weekend project!
What if you setup a machine and created your custom rules, then exported the rules to an accessible location. Could a logon script or a batch file import the rules somehow?
..just a guess.
EDIT -I have been looking at cmd line switches for Outlook. It looks like there is a switch for everything EXCEPT 'rules and alerts'
EDIT - see if this helps. It isnt exactly what you asked for, but it may take you there:
http://www.microsoft.com/technet/scriptcenter/resources/officetips/aug05/tips0818.mspx
Not realy sure if this can help you but when I want to deploy rules for the exchange organisation using exchange 2007, I create a hub transport rule using the exchange management console.
But I don't think that you can show a popup that way.