Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How insert a image(Picture) in a mail from vfp
Message
 
À
18/01/2005 00:04:07
Sixto Gonzalez
Smai Developers Ca
Vénézuéla
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Divers
Thread ID:
00977612
Message ID:
00978002
Vues:
35
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform