View Single Post
  #7  
Old July 25th 07, 02:58 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Send Email when Outlook Closes

If it works for you great. I wouldn't instantiate an Outlook session inside
the Quit event myself. But that's up to you.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Mike" wrote in message
...
Actually, this CAN be done. I just added a msgbox at the end so that it
would
give Outlook a second to get the message out of the outbox. I used a
msgbox
that would only display for 2 seconds then close.

CreateObject("WScript.Shell").Popup "To-Do List Sent", 2, "Done!"


Ads