automatically send e-mail when closing a custom outlook form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a custom forn in Outlook 2003. When I close the form, I want
an e-mail sent automatically.
 
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
 
Back
Top