Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CDO emails
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Divers
Thread ID:
01444880
Message ID:
01445171
Vues:
68
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"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform