Enable Item.Send without Dialog Box (for mass emailings)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I use vba in Access to send out emails with attachments. It worked great in
2000, but 2003, with all its security features, requires the user to
authorize use of email addresses and then authorize each and every email that
goes out. With a company firewall, I should be able to disable these
security features if I choose.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...76917&dg=microsoft.public.outlook.program_vba
 
=?Utf-8?B?Y2FybC5zbnlkZXJAZGZhZnVuZHMuY29t?=
I use vba in Access to send out emails with attachments. It worked
great in 2000, but 2003, with all its security features, requires the
user to authorize use of email addresses and then authorize each and
every email that goes out. With a company firewall, I should be able
to disable these security features if I choose.

You can, and it's not related to firewalls one way or another (and
firewalls really aren't related to application security, even if it was
somehow tied in. About all you could do would be block outbound port 25,
but Outlook uses ExMAPI via RPC, and blocking the RPC ports would have a
lot more nasty side-effects).

See http://www.outlookcode.com/d/sec.htm

-- dan
 
Why was it no help? It lists all the known solutions. The right solution depends on the scenario, the skills of the programmer, their risk aversion, and their willingness to use third-party solutions. We don't know anything about your views on those issues.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Dan

Try Advanced Security v1.2 for Outlook. This will allow automatic
emails without the prompt opening for each email. It works great. It is
produced by MAPILAB and it is freeware.

Goodluck
Pat
 
Back
Top