Send email without saving a copy in Sent Items folder

B

Bryan Dickerson

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!
 
K

Ken Slovak - [MVP - Outlook]

MailItem.DeleteAfterSubmit = True

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

Bryan Dickerson

Thanks!

Ken Slovak - said:
MailItem.DeleteAfterSubmit = True

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

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