Security Manager won't connect

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

Security Manager won't connect
Fails at connection 
Mark Malin




Posts: 1
Joined: 2010-03-16
My code fails at the connection. It has failed on 3 applications all which have worked before.

ic Class frmEmail
Private objOutlook As Outlook._Application
Sub SendMail()
Dim SecurityManager As New AddinExpress.Outlook.SecurityManager
Try

objOutlook = New Outlook.Application()
Dim oMsg As Outlook._MailItem

If Not objOutlook Is Nothing Then
SecurityManager.ConnectTo(objOutlook)

any ideas?
Posted 16 Mar, 2010 15:08:02 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Hi Mark,

Any error message, detailed info or such?

Are you saying that your applications have suddenly stopped worked on a PC on which they worked previously? Or, they don't work when you install them on a new PC?


Andrei Smolin
Add-in Express Team Leader
Posted 17 Mar, 2010 02:06:03 Top