How do you set the encoding?
Do you set the plain text Body or HTMLBody property?
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"plato522" <(E-Mail Removed)> wrote in message
news:EFEE1862-4A82-4718-9147-(E-Mail Removed)...
>I am trying to send a email using .NET that contains german characters. I
>am
> setting the message encoding to UTF-8. The problem is since Outlook 2002
> pst
> files do not support unicode the receieved message does not display the
> special characters correctly.
>
> How did Outlook 2002 display the german special characters? Or what should
> I
> be doing to sent german email to users that might be using on old german
> pst
> file from 2002?
>
> Thanks,