Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Call a method??
Message
From
23/01/2001 22:07:52
 
 
To
23/01/2001 21:28:43
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00467713
Message ID:
00467722
Views:
13
>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])
Previous
Reply
Map
View

Click here to load this message in the networking platform