Activation of rules [SHA]

  • Thread starter Salvador Hernandez
  • Start date
S

Salvador Hernandez

Hi,

I would like to develop a routine to enable/disable a
rule, let's say its name is 'Rule_1', usinng VBScript. I
need to disable Rule_1 at 9 am, and enable it at 7 pm.
How can I enable/disable "Rule_1"?

Thanks,
Salvador Hernández
 
S

Sue Mosher [MVP-Outlook]

You'd have to use the Rule.dll COM component and CDO 1.21. See
http://www.outlookcode.com/d/exstech.htm for references.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Hi,

I would like to develop a routine to enable/disable a
rule, let's say its name is 'Rule_1', usinng VBScript. I
need to disable Rule_1 at 9 am, and enable it at 7 pm.
How can I enable/disable "Rule_1"?

Thanks,
Salvador Hernández
 
Top