Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending HTML email via Microsoft Outlook
Message
De
17/04/2001 08:16:09
 
 
À
17/04/2001 07:12:30
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00495872
Message ID:
00496046
Vues:
18
>you are right i have created a class with the medoth call sendhtml that does the work you nead to do the following
>loOutLook = CREATEOBJECT('outlook.Application')
>loitem = loOutlook.CreateItem(0)
>IF VARTYPE(loitem) = 'O'
> loitem.Subject = «subject»
> loitem.htmlbody= «html page»
> loitem.to = «email's destination»
> loitem.send
>ENDIF
>
>And there we have it.


Well, the only significance of your code is that it assigns the contents of the HTML PAGE to the HTMLBODY property. As I said in my previous message ... I am doing that. So, that is not the problem.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform