How to disable security pop ups of MS Outlook using C#?
I am getting the security pop up, while trying to initiate outlook task to be created using my c# application. (Using Microsoft Office Outlook 11.0 Object Library))
Screen would looks like
alt text http://img248.imageshack.us/img248/2988/securitypopup.jpg
Thanks
I had to deal with this same issue trying to send Outlook email from Access. I used Outlook Redemption, a third-party COM library that wraps the calls to Outlook and avoids those annoying popups. It is free unless you want to redistribute it, in that case you would need to buy the redistributable version for $199.