Thread: Outlook Rules
View Single Post
  #3  
Old February 4th 09, 05:45 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Outlook Rules

For what it is worth, Redemption wraps the rules through
RDOExchangeMailboxStore.Rules collection
http://www.dimastr.com/redemption/rd...geMailboxStore
It has the same limitations as the rule.dll (which is awkward to use and
required CDO 1.21 to be installed) - you can only manipulate Exchange rules,
and they will nto show up in the Tools | Rules dialog box in Outlook.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Ken Slovak - [MVP - Outlook]" wrote in message
...
Not really, not for Outlook 2003. For Outlook 2007 the Rules collection
and objects are exposed to code but not in earlier versions. You'd need to
create the rule manually on each computer.

There is an old rule.dll method of doing what you want, but it's complex
and very hard to use. See http://support.microsoft.com/kb/251125 for
information about using rule.dll.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Ronald" wrote in message
...
Hi,

My organization is attempting to make the lives easier for our users (who
are Doctors). Many of whom are spready all over the place as they are
specialists, etc.

Most of the users do not access thier work outlook on a daily basis, so
we
are wanting to create a rule for their outlook to redirect (when sent
from a
particular email address in our organization) to their email of choice
while
they are in the field.

I was hoping to automate this process to some extent (ie. they click,
enter
their alternate email and voila, a new redirect rule is created.) Is this
possible in MS Outlook 2003?




Ads