auto delete attachment

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

How I can write a rule or script that will automatically delete any email
that has the attatchment name? I'm using windows xp and outlook 2003.

Norton AntiVirus Deleted1.txt


Thanks,
Aaron
 
Rules don't touch attachment names so your only other choice is writing a
program to do this. Try posting in an Outlook programming forum - also see
http://www.slipstick.com and http://www.outlookcode.com for some assistance.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact.


After searching google.groups.com and finding no answer:
Aaron <[email protected]> asked:
| How I can write a rule or script that will automatically delete any
| email that has the attatchment name? I'm using windows xp and outlook
| 2003.
|
| Norton AntiVirus Deleted1.txt
|
|
| Thanks,
| Aaron
 
You can create a rule that looks for words in the header and have it look
for the file extension - be sure to include the "dot" in the extension
name - '.exe'. It will miss a few that have embedded attachments because the
file name isn't in the header.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Author, Google and Other Search Engines (Visual QuickStart Guide)



Join OneNote Tips mailing list: http://www.onenote-tips.net/

Vote for your favorite Outlook and Exchange utilities in the
Slipstick Ratings Raffle at http://www.slipstick.com/contest/
 
Back
Top