Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How insert a image(Picture) in a mail from vfp
Message
From
18/01/2005 00:27:39
 
 
To
18/01/2005 00:04:07
Sixto Gonzalez
Smai Developers Ca
Venezuela
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00977612
Message ID:
00977957
Views:
27
>Thanks for you answer...
>
>but i dont know how, create in vfp a HTML document.. or a MHT document..
>
>do you may say me how.
>
>you could become trained as.
>
>any code or example please..

I am using West Wind class to send my email. I usually create it like this:
Mail=CREATE("wwIPStuff")
Then, you can assign properties like this:
Mail.cMailServer=gcSmtpHost
Mail.cMessage=tmBody
Mail.cContentType='text/html'
The last one is the one which will tell the object that we are sending HTML.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform