Dear Sue,
we have a Spam Filter that moves all incoming spam to a special
email account. A colleague should read all this - if there is
a "not spam" email and forward it to the right receipient.
We have more than 2000 spam emails each day...
So, my colleague moves spam to a subfolder "definitely spam".
I run a AutoIt makro to add the latest addresses to the
blocked senders of the Outlook 2003 Junk filter.
This reduces the SPAM in the INBOX 4 times!
But the handling with a external makro is difficult.
I'm also very interessted in a solution to handle
Junk with Outlook Macros.
Maybe you find a solution? Could you publish, if you find,
under
http://www.outlookcode.com - Samples ?
Your Outlook Jumpstart book is wonderfull.
Greetings
Markus Wasse
"Silent Ken" wrote:
I am using Outlook 2003.
Firstly, I regularly program VBA macros in Excel. Like many users of VBA, I
originally learned to program Excel macros, from a start point of some
familiarity with the Basic language and with VB, by recording macros and then
reading the results. It is thus a little disappointing that Outlook does not
include the facility to record macros. This is a feature that should be added
sooner rather than later.
I would like to automate dealing with junk mail and spam mail. Reading the
Outlook VBA help I can find no mention of how to access the Blocked Senders
list within Outlook VBA. It does not appear to be listed as a collection in
the language reference. I would like to be able to retrieve items from the
list, edit items and add new ones, all within a VBA macro.
My basic idea is that I can auto detect mail in the spam folder, add the
sender to the blocked senders list, edit the entry to leave just the domain
name so that all mail from that domain is blocked and then auto delete the
mail. Similarly I can auto delete mail in the junk mail folder. Finally, I
can similarly treat junk and spam that makes it into my inbox by simply right
clicking on the mail and selecting an item from the context pop-up menu.
Is any of this possible? Can anyone help?
--
Best regards
Ken