Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
E-mail attachement from VFP application via Outlook
Message
From
19/07/2004 17:10:23
 
 
To
19/07/2004 15:12:03
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00925892
Message ID:
00925937
Views:
22
Hi Michael,

Here is my code:

lo=CREATEOBJECT("mabry.smtpxctl.1")
lo.AuthenticationType=1
lo.ConnectionType = 1
lo.Blocking = .t.
lo.Host = "my host"
lo.LogonName = "my email address"
lo.LogonPassword = "my password"
lo.Connect()

When I execute my code the error message is:
"OLE IDispatch exception code 0 from Mabry.SMTPx.1 The requested connection
has been refused by the remote host..."

Thanks, Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform