Outlook 2003 Security Model

  • Thread starter Thread starter Stoan Sljivic
  • Start date Start date
S

Stoan Sljivic

I am writing a COM Add-in for Outlook 2003.
When Add-In tries to access the ContactNames property of
the selected Task item a security warning is shown.

Is there any way to bypass this security dialog?

Regards,
Stojan Sljivic
 
It would appear that you may not be reference the Outlook
2003 object model using the application object passed to
your COM Add-In by OnConnection() subroutine of the
extensibility interface.

In Outlook 2003, the application object is trusted and
should not generate the security prompt.
 
Thanks, I have tried as you have suggested and it works
OK.

Regards,
Stojan
 

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

Back
Top