Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How insert a image(Picture) in a mail from vfp
Message
 
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:
00978002
Views:
36
Let us assume that your "poster" is a HTML document to start with. Here is an example, how to send an MHT document as the body of an e-mail message.
oMSG = createobject("CDO.Message")
oMSG.To = "me@suntelecom.net"
oMSG.From = "me@suntelecom.net"
oMSG.Subject = "Hello Email"
oMSG.CreateMHTMLBody('file:\\c:\documents\form1.htm') && Does not accept spaces in the name of the file or the name of the folder.
oMSG.Send()
>Hi,
>
>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..
>
>
>Regards,
>
>
>Sixto
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform