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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top