whiteadi
04-09-2003, 02:02 AM
Hi,
I send mails on my asp platform using CDONTS.NewMail
but if I put some german caracters צה... on all clients except Outlook
works but in Outlook insted of the caracters I see Xs!
Can somebody tell me what to do?
I tried with :
Set objMail = CreateObject("CDONTS.NewMail")
objMail.SetLocaleIDs(28591)
' and with other locale id's objMail.Send strAbsenderEMail, objRecordset.Fields("EMAIL").Value, strEMailSubjectExtern, strEMailTextExtern
but or I didn't find the corect id or I donon!
Thanks!
white san
I send mails on my asp platform using CDONTS.NewMail
but if I put some german caracters צה... on all clients except Outlook
works but in Outlook insted of the caracters I see Xs!
Can somebody tell me what to do?
I tried with :
Set objMail = CreateObject("CDONTS.NewMail")
objMail.SetLocaleIDs(28591)
' and with other locale id's objMail.Send strAbsenderEMail, objRecordset.Fields("EMAIL").Value, strEMailSubjectExtern, strEMailTextExtern
but or I didn't find the corect id or I donon!
Thanks!
white san