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. |
|
Dmitry Kostochko
Add-in Express team
Posts: 2880
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?
|
|