I want to prepare a progam that records Outlook 2003 emails.
I developed that but it keeps on showing the "Warning" box.
Any idea how to created trusted Outlook 2003 addin that can be installed on the client terminals?
Printable View
I want to prepare a progam that records Outlook 2003 emails.
I developed that but it keeps on showing the "Warning" box.
Any idea how to created trusted Outlook 2003 addin that can be installed on the client terminals?
You need to be using the trusted Application object that is passed in the parameters of the OnConnection procedure. Then you can also create a trusted digital certificate to sign your code with. But this is only good if your cert is to be used inhouse and not a publicaly distributed app. If your running Exchange server with this then in the admin panel you can set the app to be trusted so no other actions are need.
OK great.
I will like to have the Exchange server admin panel approach you mentioned.
Do you have any links or more details on how i can do this?
So, to begin with, i think i have:
1. I application developed to be run my Exchange server admin.
2. Outlook Addin which need to be installed on clients.
Yup, heres a link to MS where you need to read the section - "To Trust HelloCOMAddinVB"