Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
To send HTML file
Message
 
To
17/10/2005 10:25:00
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01059503
Message ID:
01059861
Views:
8
After your created an HTML page of the document you want to be in the body of the e-mail, use the following. Please note that spaces in the path or name of the file do not work.
oMSG = createobject("CDO.Message")
oMSG.To = "you@suntelecom.org"
oMSG.From = "me@suntelecom.org"
oMSG.Subject = "Hello Email"
oMSG.CreateMHTMLBody('file:\\c:\documents\form1.htm') 
oMSG.Send()
>thanks. what is the syntax for CreateMHTMLBody method. Please help me.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform