Outlook Security Feature

  • Thread starter Thread starter Vyyk Drago
  • Start date Start date
V

Vyyk Drago

Hi,

I am currently writing a VB .NET application that sends
email at specific intervals via Outlook. However,
everytime the application tries to send an email, Outlook
pops up a message saying that another application is
trying to send email from my system and this need user
input which defeats the purpose of the automation.

Where and how do I modify this security setting? If I
sign my application digitally, will I be able to have
Outlook trust me application?

Any insight into this will be greatly appreciated.
Many thanks and kind regards
Vyyk
 
Hello!

Im having this same problem. Did signing digitally help?
Please post any information you might have. Thanks!
 
See http://www.outlookcode.com/d/sec.htm for your options with regard to the
"object model guard" security in Outlook 2000 SP2 and later versions.
Digital signatures have no relevance to this issue.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Disabling Security prompt

I am using the send method to send mail through outlook.I want to disable the security prompt that appears when any mail is sent as i need to send multiple mails.
Guys who have been able to solve it please clarify.

thanx
Amit
 
Back
Top