A program is trying to send mail using Item.Send

G

Guest

I've written a few macros for sending e-mail via Outlook from an Excel VBA.
Every time it runs, I get a popup asking if I mean to be using Outlook and to
click on "Yes" if I am.

Since the process is being automated for others, my supervisor wanted to
know if it was possible to get around that query.

The Help option indicates that this a security measure that I cannot (and if
I could, should not) disable.

<em>A program is trying to automatically send an e-mail message using a
Microsoft Visual Basic Application (VBA) command, Item.Send, from within
Microsoft Outlook. If you want this program to send this message, click Yes.
</em>

Am I correct that I can't change the security settings to allow the sending
of mail without this protection?
 
B

Bob O`Bob

David said:
I've written a few macros for sending e-mail via Outlook from an Excel VBA.
Every time it runs, I get a popup asking if I mean to be using Outlook and to
click on "Yes" if I am.

Since the process is being automated for others, my supervisor wanted to
know if it was possible to get around that query.

The Help option indicates that this a security measure that I cannot (and if
I could, should not) disable.

<em>A program is trying to automatically send an e-mail message using a
Microsoft Visual Basic Application (VBA) command, Item.Send, from within
Microsoft Outlook. If you want this program to send this message, click Yes.
</em>

Am I correct that I can't change the security settings to allow the sending
of mail without this protection?

there is a way, but it may not be easy for your macro to implement.
google "outlook redemption"



Bob
--
 
G

Guest

It also might not be tactics that the computer security people would approve
of either. :)

Thanks,
David
 
B

Bob O`Bob

David said:
It also might not be tactics that the computer security people would approve
of either. :)

Exactly. In order to make it scriptable, you would essentially have to install
a "back door" of your own. Security people tend not to be favorably impressed.



Bob
--
 

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