Good day Monks. I am working on some Perl based Outlook automation via OLE. Everything is going swimmingly except this security pop-up pops-up everytime I try to run my code, which I have to click away before my script can run.
As you can imagine, this get's pretty annoying when one is doing debugging and testing. Does anybody know how I can make Outlook trust the Perl interpreter so it will stop launching this thing? I know it is possible because Google Desktop Search talks to Outlook and doesn't generate the window.
Thx.....