Activation of rules [SHA]

  • Thread starter Thread starter Salvador Hernandez
  • Start date 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
 
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
 
Back
Top