A program is trying to send mail using Item.Send

  • Thread starter Thread starter rhXX
  • Start date Start date
R

rhXX

hi,

i am trying to send an automatic mail from excel VBA to the outlook
outbox,

when i send i obtain this error

A progam is trying to automatically send e-mail on your behalf.


the help buttom says:

A program is trying to send mail using Item.Send
A program is trying to automatically send e-mail using a Microsoft
Outlook Visual Basic Application command, Item.Send. If you want this
program to send this e-mail, click Yes. To stop the program, click No.
If you are unsure which program is sending the e-mail or why, you may
want to click No to avoid any possible spread of viruses.

Note When this message is displayed, the Yes button is not available
for 5 seconds.

how can i disable this protection?

tks in advance
 
rhXX said:
i am trying to send an automatic mail from excel VBA to the outlook
outbox,

when i send i obtain this error

A progam is trying to automatically send e-mail on your behalf.


the help buttom says:

A program is trying to send mail using Item.Send
A program is trying to automatically send e-mail using a Microsoft
Outlook Visual Basic Application command, Item.Send. If you want this
program to send this e-mail, click Yes. To stop the program, click No.
If you are unsure which program is sending the e-mail or why, you may
want to click No to avoid any possible spread of viruses.

Note When this message is displayed, the Yes button is not available
for 5 seconds.

how can i disable this protection?

Well, if you could do it, so could all the virus writers.

That said, if you're running 2k7, you can suppress many of these messages,
tho, iirc, it'll be all or nothing, so if there's some Excel VBA virus out
there that does a item.send, it'd be supressed there too.
 
Back
Top