automatically send e-mail when closing a custom outlook form

K

Keefo

I have created a custom forn in Outlook 2003. When I close the form, I want
an e-mail sent automatically.
 
S

Sue Mosher [MVP-Outlook]

Put code in the form's Item_Close event handler to create a new item with Application.CreateItem, set its properties and send it.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Top