Outlook Security Message while sending e-mail via VBA

J

Joost

Hi Everybody,

While sending an e-mail via VBA, I receive the Outlook
security msg: A program is trying to send etc....

A lot on dealing with this problem is written on the I-
net but none of them seame to answer my question.

Is there a way to deal with the security dialog via VBA?

I've bean experimenting with COM-addins (Redemption, etc)
they all work fine...but require installation of that
addin.

Extensive Mapi is also not possible (In VBA), I'm not
using C++ or Delphi.

I've downloaded a program called ClickYes witch you can
make behave well via VBA...(But still instalation is
required)

Who out there has the answer on dealing with the dialog
via VBA?

Thanks a bunch,
Joost
 
S

Sue Mosher [MVP-Outlook]

Your post enumerated all the available approaches. Pick the one that suits
your situation the best.
 
J

Joost

Hi Sue,

Thanks for you're reply!

Well that ends my query on searching for a VBA solution
within my program! (based on my respect for you're
knowledge...no need to keep on searching)

This means I'll continue to work with Redemption. I'll
have to make some sort of installation package to
RegServ32 the DLL to make it available for my users.

Seams like some things aren't possible after all in VBA!

Regards,
Joost
 
S

Sue Mosher [MVP-Outlook]

One thing we didn't cover -- your Outlook version. The intrinsic Application
object is "trusted" in Outlook 2003, which means that you don't get security
prompts for objects derived from Application.

I'd still recommend Redemption, though, not just for the security prompt
bypass, but because it adds so many programming features that Outlook lacks.
 

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