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:
01445171
Views:
67
Thanks

Ben


>>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
>>...
>>
>>
>
>You have to have something in the body first before setting the character set.
>
>
.TextBody = "test"
>.TextBodyPart.Charset = "big5"
Previous
Reply
Map
View

Click here to load this message in the networking platform