Return to Snippet

Revision: 68219
at December 14, 2014 01:40 by samurai


Initial Code
Sub message(itm As Outlook.MailItem)
Dim shell
Set shell = CreateObject("wscript.shell")
shell.Run "C:\msg.html"
Set shell = Nothing
End Sub

Initial URL


Initial Description
Use the below macro within Outlook to run as a script as part of an email rule. This will allow you to run any external script or program.

Initial Title
Outlook Popup Message

Initial Tags


Initial Language
VB.NET