Outlook 2003 Security Model

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
 
M

Mark S.

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.
 

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