How to stop a security related message

D

Dean Slindee

I have a VB.NET application where I am writing emails from data in a table.
For each email, an dialog box with a 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 suppressed. Anyone know how, preferably in the sending
VB.NET program?

Thanks,
Dean Slindee
 
R

ridawg

Dean,

Check out the following website: www.dimastr.com

You are getting the security dialog box related to Outlook's Object Model
Guardian. This site's product - Redemption Library for Outlook - is a dll
that you can download and access through the References menu. The site has
examples on how to write you code to get everything to work. I've been using
this for a couple of months now without any problems. I've been using it with
several projects I've written using VBA but I believe you won't have any
problems using this with VB.NET.
 

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