Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting HTML attachment as NO-ATTCHMENT

Status
Not open for further replies.

VictorFRodriguez

Programmer
Joined
Jan 20, 2001
Messages
51
Location
DO
There are some programs that when you send an text file formated in HTML CODE, the recipient gets the mail as an HTML page and does not have to open attachment. What code should I used to do this?
Victor F Rodriguez
 
You can automate MS Outlook and put your HTML code in the HTMLbody property of a mailitem object.

If you have Outlook on your system do a search for "vbaol" to find the help file. On my system it's vbaol10.chm but it might be vbaol9.chm or something else. The code in the help file is in vba, so you'll have to translate it into VFP terminology, but if you have questions, just ask. Dave Dardinger
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top