Hello,
I am working on a VBA application that extract emails from outlook and does some extra work with the extracted emails. I did it easily by using Outlook API in VBA, but i am facing a problem.
When my applicaion is trying to extract/Read an email from outlook, Outlook displays a warning message i.e
"A Program is trying to access e-mail address information stored in Outlook. If this is unexpected, Click Deny and Verify your antivirus software is up-to-Date."
In this case i have to click on the Allow button every time my application read emails from outlook. Is there any way to stop these warning messages,so that my application can work smoothly without any disturbance.
Thanks All.