How to run a rule in outlook using an external vbscript file ? -


I have a rule in my Outlook to set the rule on fire to external .vbs. File Required How Can I Do It?

Set myOutlook = createobject ("outlook.application")

I tried to read the documentation on the Microsoft website, but not a rule object

is a rule object!

Rule.Execute Method (Outlook)


Comments

Popular posts from this blog

c# - XML serialize base class without knowing derived class -

sql - Find last match with latest inserted name in table -

Send innerHTML text in URL in JSP -