Outlook Security Bypass

G

Guest

I want to have an excel VBA macro that accesses my MS Exchange email inbox,
finds certain emails based on sender/subject, moves the emails to another
folder, and detaches and processes any attached files.

Due to security with Outlook (get a warning message "...external application
attempting to access address book...") I had to use Ron DeBruin's solution
of splitting the work by having an Outlook rule to filter and move the
correct emails and then the VBA code to detach and process the files.
Unfortunately this means that I have to keep Outlook open on my PC as rules
are part of the client execution. This is unacceptable.

Is there any way to bypass this security warning or Outlook althogether ???

Both Excel and Outlook are 2002 SP3.

thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top