M
MarkB
I am trying to filter some junk email. I have been able to achieve some
success with rules, but the spammers are no dummies; they use tactics hard
to address with rules.
So I have written a small macro to process email on arrival (in the NewMail
event) - mostly filtering out junk mail based on the TO address, subject and
body text. But every time it runs, Outlook pops up with:
A program is trying to access e-mail addresses you have stored in Outlook.
Do you want to allow this?
<check-box> Allow this for <drop-down> 1 min, 2 mins, 5 mins or 10 mins
This occurs when the macro accesses the TO address of an MailItem in my
Inbox; the prompt does not appear if I do not access the TO address. Is
there any way to avoid this popup (short of not accessing the TO address) ?
Environment:
I am running Outlook 2002 SP2, which connects to an Exchange 2000 server and
also connects to the POP3 and SMTP servers of an external ISP. All email
comes from and goes out through the external servers. Exchange is really
only used to share public folders, calendars, tasks, etc. between the two
people in our small company. We each work out of our home offices; we each
have a Win2k multi-master domain controller (which comprise a single domain)
that also is our local exchage server. The public folders are replicated
across servers through a VPN connection between our offices.
Thanks,
Mark
success with rules, but the spammers are no dummies; they use tactics hard
to address with rules.
So I have written a small macro to process email on arrival (in the NewMail
event) - mostly filtering out junk mail based on the TO address, subject and
body text. But every time it runs, Outlook pops up with:
A program is trying to access e-mail addresses you have stored in Outlook.
Do you want to allow this?
<check-box> Allow this for <drop-down> 1 min, 2 mins, 5 mins or 10 mins
This occurs when the macro accesses the TO address of an MailItem in my
Inbox; the prompt does not appear if I do not access the TO address. Is
there any way to avoid this popup (short of not accessing the TO address) ?
Environment:
I am running Outlook 2002 SP2, which connects to an Exchange 2000 server and
also connects to the POP3 and SMTP servers of an external ISP. All email
comes from and goes out through the external servers. Exchange is really
only used to share public folders, calendars, tasks, etc. between the two
people in our small company. We each work out of our home offices; we each
have a Win2k multi-master domain controller (which comprise a single domain)
that also is our local exchage server. The public folders are replicated
across servers through a VPN connection between our offices.
Thanks,
Mark