Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
E-mail attachement from VFP application via Outlook
Message
De
19/07/2004 17:10:23
 
 
À
19/07/2004 15:12:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00925892
Message ID:
00925937
Vues:
23
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform