Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Apr : Re: Indy10, TIdMessage, TIdPOP3, SLL - "Missing Attachment"
| Subject: | Re: Indy10, TIdMessage, TIdPOP3, SLL - "Missing Attachment" |
| Posted by: | "Ciaran Costelloe" (ccostell..@flogas.ie) |
| Date: | 30 Apr 2006 14:14:48 |
> Normally the e-mail body is blank with just the attachment
> "TRM_KOVSIES_20060427.InfoX"
That is what (correctly) happens if TIdMessage.Body is empty.
> I have started to add some text to the body.
Once you do that, Indy puts the attachment in a MessagePart, so that it
can put your text in the message's body.
> Read some where that a
> blank body confuse the "system".
Not really.
Ciaran
none