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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -