Making my Application Outlook safe?

  • Thread starter Thread starter Lars Netzel
  • Start date Start date
L

Lars Netzel

I've been asking before about similar stuff but I'm still stuck.

I need to access stuff in outlook from my program but do not want the "A
program is trying to access outlook... " warning.

I have gotten the tips to go for a lot of third party stuff but I cant do
that and besides if the third parties can develop something like that then I
shoudl be able to as well..

I've tested using Windows API's to send the "Yes" click but I got stuck
there and noone seems to knwo how to do it in vb.net with FindWindow(),
FindWindowEx() and SendMessage().. so that's halfway done..

Then I saw this:

http://office.microsoft.com/en-gb/assistance/HA011127891033.aspx

Can one make a program "Outlook safe"? or somehow add it to a Trusted
collection of programs?

Please Help/
Lars Netzel
 
If you could programmatically do this from a website what would be the point
of it? The whole thing is that it's there for a purpose, security, if it was
easily overridable it would be useless.
 
Back
Top