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.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
>I have created a custom forn in Outlook 2003. When I close the form, I want
> an e-mail sent automatically.