security manager 2007 and outlook 2010

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

security manager 2007 and outlook 2010
crash with outlook 2010 on ConnectTo 
CARRE Doriane


Guest


Hi,

use security manager 2007
with outlook 2010 version my code crash on "ConnectTo"
with outlook 2003 & 2007 no problem

The problem is resolved if an instance of Outlook 2010 application running before.

if purchase Security Manager upgrade from 2007 to 2010 my problem will resolved with the newest version?

thanks.

my code (with windev (french product) :

//d?claration de MsOutlook
MsOutlook est une classe

m_OutLook est un objet OLE dynamique
m_NameSpace est un objet OLE dynamique
SecurityManager est un objet OLE dynamique
OutlookDejaOuvert est un bool?en


proc?dure Constructeur()
QUAND EXCEPTION DANS

:m_OutLook=ObjetActif("Outlook.Application")
SI :m_OutLook=Null ALORS
:m_OutLook=allouer un objet OLE "Outlook.Application"
:OutlookDejaOuvert = Faux
SINON

:OutlookDejaOuvert = vrai
FIN

SI :m_OutLook=Null ALORS
Erreur("L'accès à OutLook par OLE a ?chou?.","V?rifiez que la version complète d'OutLook (pas 'OutLook Express'),livr?e avec le pack Office, est bien install?e.")
FIN

:m_NameSpace=:m_OutLook>>GetNamespace("MAPI")
SI :m_NameSpace=Null ALORS
Erreur("Erreur lors de la connexion au 'NameSpace' MAPI.")
FIN

:SecurityManager = allouer un objet automation "AddInExpress.OutlookSecurityManager"


FAIRE
Erreur(ExceptionInfo(errR?sum?))
FIN

AppOutlook est un objet MsOutlook

// manager security 2007
SI AppOutlook:SecurityManager<>Null ALORS
AppOutlook:SecurityManager>>ConnectTo(AppOutlook:m_OutLook) => crash

fin


AppOutlook:SecurityManager>>DisableOOMWarnings=Vrai
AppOutlook:SecurityManager>>DisableSMAPIWarnings = Vrai
Posted 14 Sep, 2011 03:14:30 Top
Renat Tlebaldziyeu


Guest


Hello CARRE Doriane,

I'm sorry, Security Manager 2007 doesn't support Outlook 2010. So, you need to upgrade to version 2010.
If you decide to upgrade your license, as our registered customer you can do this with a 50% discount. Here is the upgrade page:
http://www.add-in-express.com/purchase/version-upgrade.php?family=osm&type=latest-version

Please note that if you use Security Manager with Outlook 2010 and use the ConnectTo method you also need to use the Disconnect method or release the Security Manager instance.

You may also interested in the Outlook Security Manager 2010 deployment articles on our technical blog, here is the entry point:
http://www.add-in-express.com/creating-addins-blog/2010/06/16/outlook-security-manager2010-deployment/
Posted 14 Sep, 2011 03:24:33 Top
CARRE Doriane


Guest


Hi,

I have purchased the Outlook Security Manager for 2010 this morning and everything looks correct.

thanks.
Posted 14 Sep, 2011 06:07:35 Top
Renat Tlebaldziyeu


Guest


Good news, CARRE Doriane!
Thank you for letting me know.
Posted 14 Sep, 2011 06:48:46 Top