Hello,

I need to decode an encoded string, it is encoded by using the method called
"quoted-printable" and the string is in 7-bit form for transmission by SMTP.
Does .NET Framework provide a way to do that?

Thanks in advance.

Lorenzo

Re: quoted-printable by Ivar

Ivar
Thu Dec 18 11:52:33 CST 2003

Hi,

See:
http://www.lumisoft.ee/lsWWW/Download/Downloads/Net/

It contains this decoder and many usefull methods.

"Lorenzo Sgorlon" <LorenzoSgorlon@sipac.it> wrote in message
news:uvwyKsTxDHA.2340@TK2MSFTNGP12.phx.gbl...
> Hello,
>
> I need to decode an encoded string, it is encoded by using the method
called
> "quoted-printable" and the string is in 7-bit form for transmission by
SMTP.
> Does .NET Framework provide a way to do that?
>
> Thanks in advance.
>
> Lorenzo
>
>