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:
01445157
Vues:
60
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform