Trust com add-ins

Y

Yahya Saad

Dear Sirs,

Whenever the com add-in I developed with vb6 and run on outlook 2003
tries to access the address book a message pops up "A program is trying to
access e-mail addresses you have stored in outlook. do you want to allow
this?". How can I trust this com add-in so as this message will not appear.

Regards,
Yahya
 
K

Ken Slovak - [MVP - Outlook]

Outlook 2003 COM addins are trusted by default if properly written. You must
derive all your Outlook objects from the Application object passed to you in
the On_Connection event handler.

You should download the ItemsCB COM addin template written in VB 6 from the
Resources page at www.microeye.com for a look at a template that provides
workarounds for common Outlook COM addin bugs and gotchas.

CDO 1.21 code is never trusted, but Outlook object model code will be if
written correctly (for Outlook 2003 at least).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top