Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending HTML email via Microsoft Outlook
Message
From
17/04/2001 08:16:09
 
 
To
17/04/2001 07:12:30
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00495872
Message ID:
00496046
Views:
19
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform