Send email without saving a copy in Sent Items folder

  • Thread starter Thread starter Bryan Dickerson
  • Start date Start date
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!
 
MailItem.DeleteAfterSubmit = True

That won't save a copy in Sent Items if you set that Boolean property before
you send the item out.
 
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.
 
Back
Top