MailItem.DeleteAfterSubmit = True
That won't save a copy in Sent Items if you set that Boolean property before
you send the item out.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> My custom forms are using Redemption to send emails to paging services but
> in an effort to try and not junk up everyone's "Sent Items" folder with
> those emails, is there a way to send the item and either delete it from Sent
> Items or delete it outright?
>
> Thanx!
Bryan Dickerson - 22 Jul 2004 23:14 GMT
Thanks!
> MailItem.DeleteAfterSubmit = True
>
[quoted text clipped - 8 lines]
> >
> > Thanx!