Outlook Security Manager

Add-in Express™ Support Service
That's what is more important than anything else

Outlook Security Manager
How secure is Secuirty Manager 
Niel Ruben




Posts: 2
Joined: 2007-04-16
Is it possible for other software to access the security manager dll/code and use it also? Or will only my Add-In have access to it?

Regards,
Niel
Posted 16 Apr, 2007 12:44:13 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Niel.

You can use the 'Security Manager 2007 for .NET' component from any .NET application.



P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 16 Apr, 2007 13:44:11 Top
Niel Ruben




Posts: 2
Joined: 2007-04-16
How would I go about preventing other software from accessing the security manager? VCL or .NET? So that other software would not use it maliciously and only my code would have access to it?
Posted 19 Apr, 2007 03:51:31 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Niel.

You just need to disable the Outlook security before your code is run and enable the security again in the 'finally' block. Please see our examples.

Posted 19 Apr, 2007 09:06:53 Top