How to suppress an Outlook warning message?

  • Thread starter Thread starter Dean Slindee
  • Start date Start date
D

Dean Slindee

I have a VB.NET application where I am writing emails from rows in a table.
For each email, an dialog box with an Outlook warning message appears. I
would like
to be able to write the emails without getting this message for each email.

Text of the message:
A program is trying to automatically send e-mail on your behalf. Do you
want to allow this?
If this is unexpected, it may be a virus and you should choose "No".

This is a valid inter-company application and would behave better if this
message box could be legitimately suppressed. Anyone know how, preferably
from the sending
VB.NET program, if possible?

Or, perhaps a local Outlook setting that would suppress the message?

Thanks,
Dean Slindee
 
Dean,

If this is on computers having only Windows 2000 or newer NT
operatingsystems, than you can probably use this.

http://www.systemwebmail.net/

To identify your user is than the environment.username property

I hope this helps,

Cor
 

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

Back
Top