Sending email using Outlook 10.0 Object Library

In my application I am using the Office XP PIAs to communicate with the local Outlook client in order to send email. I am using the Office XP PIAs because I have to support Office 2000,XP, and 2003. Yes, I am aware that MS only supports using the Office XP PIAs for 2000 and XP, but I had problems trying to include references to both the Outlook 10.0 object library and the Outlook 11.0 object library.The problem is that in testing the function that sends the email, I get a dialog box in Outlook that warns me a program is trying to send an email message on my behalf. Is there a way I can set the security or trust when I deploy the project so that the user would not have to allow the operation to continue every time an email is generated from my application

Answer this question

Sending email using Outlook 10.0 Object Library