Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Familiar with Coate's MAPI class?
Message
De
03/03/2001 21:35:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Familiar with Coate's MAPI class?
Divers
Thread ID:
00481699
Message ID:
00481699
Vues:
58
Hi. I am trying (programatically) to send a single e-mail using Nigel Coates e-mail class. Can anyone tell me why the code below does not work??

* -------------------------------------------------------------------------------------------------------------------------------
Local lcusername, lcpassword, lcrecipients, lcsubject, lcbodytext, lcattachments
lcusername ='rjwald'
lcpassword = 'buster'
lcrecipients = '8503402@skytel.com'
lcsubject = ''
lcbodytext = 'statistics from end of day processing'
lcattachments = ''
SET CLASSLIB TO mapimail
oObj = CREATEOBJECT("cusmapi")
oObj.sendmail(lcusername, lcpassword, lcrecipients, lcsubject, lcbodytext, lcattachments)
* ---------------------------------------------------------------------------------------------------------------------------------

thanks, Randy
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform