Outlook 2003 Custom Action on Outgoing Email Rules

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I want to delete Items marked as confidential or private from sent items
folder once they are sent.
Which functions, code should i use for the same.
Will this be a custom action in rules?

Need help desperately on this.

Thanks
 
Am Sat, 24 Jun 2006 06:57:02 -0700 schrieb Pankaj:

You can use the ItemSend event and check the mail´s Sensitivity property. If
it´s private or confidential then set the DeleteAfterSubmit property = True.
 
Back
Top