Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sendmail dll
Message
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00636212
Message ID:
00636345
Views:
21
This message has been marked as the solution to the initial question of the thread.
>Because I don't know how to use the mapi class
>All I need is to send a e-mail as below
>
> e-mail to: xx@aol.com
> subject: "test"
>
> I don't know to put this into the class
>
> Moises
>
>
Try
loMail=newobject('cusmapi','MapiMail.vcx')
lnReturn=loMail.SendMail("", "", "xx@aol.com", ;
                         "Subject test", "Body test")
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform