View Single Post
  #2  
Old August 21st 08, 08:13 PM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Selectively permanently from deleted folder



Do you call by chance first Send, and then DeleteAfterSubmit? Actually, the
item shouldn't be stored, neither in SentItems nor in DeleteItems.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: http://www.vboffice.net/product.html?pub=6&lang=en


Am Thu, 21 Aug 2008 09:01:02 -0700 schrieb Nigel RS:

Any help to create the code to run from Excel VBA that will selectively
delete emails from the 'deleted items' folder in Outlook.

I send emails from Excel via Outlook and set DeleteAfterSubmit = True

which
moves the email to the deleted items folder. What I then want to do is
permanenly removes these deleted emails.

Each email created will have a specific text string in the subject that I
can use to decide which emails to delete.

Many thanks

Ads