Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CDO emails
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01444880
Message ID:
01445157
Views:
61
You have to create text body first (as shown in the sample code)
	.Subject  = This.cSubject

	.TextBody = "..."
	.TextBodyPart.Charset = "big5"
>I try to add .TextBodyPart.Charset = "big5" (cdoBIG5) into your code as follows. However after adding the line, an error message "The requested body part was not found in this message" is got. Do I need to add another lines?
>
>
>...
>With This.oMsg
>	.From     = This.cFrom
>	.ReplyTo  = This.cReplyTo
>	.To       = This.cTo
>	.CC       = This.cCC
>	.BCC      = This.cBCC
>	.Subject  = This.cSubject
>
>	.TextBodyPart.Charset = "big5"
>
>	...
>EndWith
>...
>
>
>Ben
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform