Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: indy thunderbird receipt problem
| Subject: | Re: indy thunderbird receipt problem |
| Posted by: | "gurkan" (gurkancal..@hotmail.com) |
| Date: | Sun, 13 Aug 2006 22:49:51 |
Remy Lebeau (TeamB) yazmış:
> "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
>
>
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.
if its right way to solve this problem (messageid) .I dont ask anything
about smtp server :D
Thanks
none