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.
 
Back
Top