How to make encoding like this
Content-Type: text/plain;
charset="iso-8859-2"
"Joerg Jooss" <news-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thus wrote Vaidas,
>
>> Code:
>>
>> Dim enc As New System.Text.ASCIIEncoding
> [...]
>> I am using POP 3 protocol and I am rading the data from exchange
>> server.
>> I am geting the data from POP3 in string format, but some character,
>> witch
>> it is not Latin characters is enncoded, and I need to decode to
>> Lithuanian
>> character set. How to make this.
>
> Don't use US-ASCII. That's 7 bit only and no good for most European
> languages. You should be using the encoding specified by mail's headers.
> Cheers,
> --
> Joerg Jooss
> news-(E-Mail Removed)
>
>