Outlook Security Manager problem with outlook 2010

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

Outlook Security Manager problem with outlook 2010
The security window of Outlook again runs 
GAUDER Vignaux




Posts: 1
Joined: 2011-03-10
Hello,

We have Visual Studio 2008 and Office 2010 and AddinExpress Security Manager for Outlook 2010.

We try with this code :
securityManager.ConnectTo(objOutlook)
securityManager.DisableOOMWarnings = True
securityManager.DisableSMAPIWarnings = True
securityManager.DisableCDOWarnings = True
osResult = securityManager.Check(AddinExpress.Outlook.osmWarningKind.osmObjectModel)
MessageBox.Show("Check : " & osResult)

osResult returns 1 and we have osmDllNotLoaded

We have well followed the deployment procedure :
- take your secman.dll in Redistribuables directory and register well the dll on the client computer
- compile the project with x86 compilation

but the outlook dialog box runs again.

Can you help us ?

Best Regards,
Gauder Team
Posted 10 Mar, 2011 04:35:15 Top
Renat Tlebaldziyeu


Guest


Hello,

What version (with build number, please) of Outlook Security Manager do you use?
Posted 10 Mar, 2011 05:04:12 Top