Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Call a method??
Message
De
23/01/2001 22:07:52
 
 
À
23/01/2001 21:28:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00467713
Message ID:
00467722
Vues:
12
>Hi. I am trying to use Nigel Coats MAPI mail classes in VFP6.
> Documentation says: VFP mapi class requires just one method to be called: sendmail
> I did: SET CLASSLIB TO \download\mapimail\mapimail
> oObj = CREATEOBJECT('cusmapi')
>
> I can see my class loaded in the debugger!
> But now: *** HOW do I call my method (sendmail)? ***
> Please give specific code in your reply...I still have my training wheels.

It goes like this
Object.Method()
So yours would be
oObj.SendMail([parameters])
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform