outlook 2003 et security manager 2010

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

outlook 2003 et security manager 2010
process  
CARRE Doriane


Guest


Hello,

I have recently purchased the Outlook Security Manager 2010.

with microsoft outlook 2010 the process "outlook.exe" is killed when quit my application.
with microsoft outlook 2003 the process "outlook.exe" is already running in windows task manager and not create a new Outlook instance.


my Code :

olxFolderSentMail est un entier
olxFolderSentMail = 5


SecurityManager est un objet OLE dynamique
SecurityManager = allouer un objet Automation "AddInExpress.OutlookSecurityManager"


myNamespace est un objet OLE dynamique
myFolder est un objet OLE dynamique
m_OutLook est un objet OLE dynamique
myItem est un objet OLE dynamique

m_OutLook=allouer un objet Automation "Outlook.Application"


myNamespace=m_OutLook>>GetNamespace("MAPI")
myFolder = myNamespace>>Folders
myFolder = myNamespace>>GetDefaultFolder(olxFolderSentMail)

myItem =myFolder>>items[1]

SecurityManager>>ConnectTo(m_OutLook)
SecurityManager>>DisableOOMWarnings=OLEVrai

Info(myItem>>sendername)

SecurityManager>>DisableOOMWarnings=OLEFaux

SecurityManager>>Disconnect(m_OutLook)

m_OutLook>>quit

lib?rer m_OutLook
lib?rer myItem
lib?rer myFolder
lib?rer myNamespace
lib?rer SecurityManager


Thanks for your help
Posted 16 Sep, 2011 03:41:13 Top
Renat Tlebaldziyeu


Guest


Hi CARRE Doriane,

I'm sorry, I wasn't able to reproduce the issue on my PC with Outlook 2003.
Could you please organize a remote session? Please send the required credentials to the support email address (see readme.txt) and make sure your e-mail contains a link to this topic.
Posted 16 Sep, 2011 05:23:57 Top