I'm trying to integrate our (C#) WPF application with 2007 Outlook Interop. I've got it working as it should, but I'm getting the security warning. I know that using Redemption is an option to "get around the bush," but I don't want to just get
around the problem, I'd like to somehow allow access via credentials or something. This isn't an add-in. I'm simply using the interop to interact with the users client session of Outlook.
Is there anything that I can do to create some credentials that I can pass through from my app to prevent the security warning from showing up when my application is accessing the Outlook session?
Thanks!