Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: indy thunderbird receipt problem
| Subject: | Re: indy thunderbird receipt problem |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Sun, 13 Aug 2006 11:53:18 |
"gurkan" <gurkancalik@hotmail.com> wrote in message
news:44dd734a@newsgroups.borland.com...
> When I send an e-mail from indy its can't take Message-Id.
Yes, it can. TIdMessage has a MesageID property:
MailMessage.MessageId := '12345@domain.com';
With that said, however, do keep in mind that sending clients are not
supposed to be assigned their own IDs in the first place. That is for the
servers to handle.
> Can i take Message id from our smtp server.
What do you mean?
Gambit