Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Sergey's Send email with CDO 2000 code
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Using Sergey's Send email with CDO 2000 code
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01513044
Message ID:
01513044
Views:
209
Using Sergey's code to send emails, is there a way to take HTML email message text and convert it to its text equivalent? I need to populate the cTextBody property based on the cHtmlBody property.
.cHtmlBody = "<html><body><b>This is an HTML body<br>" + ;
	*		"It'll be displayed by most email clients</b></body></html>" 	
 
.cTextBody = "This is a text body." + CHR(13) + CHR(10) + ;
		"It'll be displayed if HTML body is not present or by text only email clients"
http://www.berezniker.com/content/pages/visual-foxpro/send-email-cdo-2000
Next
Reply
Map
View

Click here to load this message in the networking platform