Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Embedded grafics in Outlook HTML e-mails
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Embedded grafics in Outlook HTML e-mails
Divers
Thread ID:
00510066
Message ID:
00510066
Vues:
42
How can I add emmbedded images in Outlook HTML e-Mails, the following code works fine, I just need the image attachment commands!

oOutlook = CREATEOBJECT ( "Outlook.Application" )
oMessage=oOutlook.CreateItem(0)
oMail.recipients.Add('jorgeflores@humsoftware.com')
oMail.Subject='Test Message with Images'
oMail.HTMLBody=filetostr('C:\MyFileWithImageReferences.htm')
*---
*Needed code Here!
*---
oMail.Send
Jorge Flores
From the Amigo Country
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform