Ready to Give up on what looked like a simple solution

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

Ready to Give up on what looked like a simple solution
Active X Example doesnt work with 2003 (ConnectTo Method fails) 
Guest


Guest


With Office 2003 / Outlook 2003 And Outlook Security Manager ActiveX
Active X Example doesnt work with 2003 (ConnectTo Method fails)

Dim IOutlook As Object
Dim IMail As Object
Dim IRecipient As Object
Dim Resolved As Boolean

Set IOutlook = CreateObject("Outlook.Application")

Set IMail = IOutlook.CreateItem(olMailItem)
Call OutlookSecurityManager1.ConnectTo(IOutlook)


Produces
-2147024809 (80070057)
The Parameter is incorrect

Same Error If you use the ConnectTo in the Object Library


According to MS
-2147024809 (80070057) means One or more arguments are invalid.
Posted 20 Feb, 2005 18:16:32 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Guest,

A bit strange situation. I have just tested our example QDemo\SendMail and everything works well. Could you please give me Outlook version including its build. Do you use MS Exchange Server? What version?

Same Error If you use the ConnectTo in the Object Library

What do you mean?

Posted 21 Feb, 2005 04:35:21 Top