Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: Request for Indy 10 NNTPServer demo app
| Subject: | Re: Request for Indy 10 NNTPServer demo app |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 3 Apr 2006 12:21:22 |
"Mae Bee" <mae.bee@fake.info> wrote in message
news:cv3032dg0j9489j0grg00ngglpc9ga4fp9@4ax.com...
> I merely intended to suggest the introduction of TIdMessage.Text
Why, though? There is no need for it at all.
> which could directly be filled from TStrings without having to use
> file- or stream-based operations.
TIdMessage already has separate Header and Body property of type TStrings
that can be loaded directly. If you are trying to load both of them in a
single operation, then no, Indy does not support that. You will have to
write your own code for it.
Gambit
none