Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: indy 10 problem with wrong boundary value in EML message (when receive)
| Subject: | Re: indy 10 problem with wrong boundary value in EML message (when receive) |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 19 Mar 2007 13:25:07 |
"Marcelo" <mcgal-HATESPAM-@ig.com.br> wrote in message
news:45fee51d@newsgroups.borland.com...
> well...i dont want to "parse" the eml...
> i only want to "load" and "send" it...
Then you should set the TIdMessage's NoDecode and NoEncode properties
both to True. That way, the message data is unparsed and unaltered.
Gambit
none