Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another CDO problem
Message
From
29/11/2004 13:07:22
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00965391
Message ID:
00965465
Views:
12
This message has been marked as the solution to the initial question of the thread.
>According to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_cdoex_error_codes_for_exchange_2000_server.asp the error 0x80040217L means that the transport was unable to log on to the server. Does your SMTP server require authentication? You can find the list of all configuration items, including user name and password at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdosys/html/_cdosys_schema_configuration.asp

That's right.. And, following this path.. I found this option that works fine:
With iMsg
     .Fields("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1
     .Configuration        = iConf
..
Thank you Sergey

Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform