To quarantine application file attachments
This Outlook VBA code sample monitors the Inbox folder for
new items, looks for messages with attached files with
the extensions listed in the USER OPTIONS section, and moves such
messages to
an Inbox\Quarantine folder for later review, creating the folder if
it doesn't exist. Place this code in the ThisOutlookSession
module so that it runs when Outlook starts.
|