secman registered but HRESULT E_FAIL

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

secman registered but HRESULT E_FAIL
secman registered but HRESULT E_FAIL 
daFab


Guest


Hello,

I use Security Manager 2010 and use it for an outlook add-in.
Everything works fine with office 2007.
But with Outlook 2003 I get an error.
Error HRESULT E_FAIL has been returned from a call to a COM component

secman.dll is registered (i checked it).

here my code:
SecurityManager = new AddinExpress.Outlook.SecurityManager();
SecurityManager.DisableOOMWarnings = true;
currentItem.Send();
SecurityManager.DisableOOMWarnings = false;

any ideas?

Thank you
Fabian
Posted 09 Sep, 2010 12:00:44 Top
daFab


Guest


I could resolve it myself.
Error was due to another component, my fault.
Posted 10 Sep, 2010 05:41:20 Top
Eugene Astafiev


Guest


Hi Fabian,

You broke the ice! Thank you for letting us know.
Posted 10 Sep, 2010 06:08:38 Top