Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : Re: Problems adding more than one recipient to a TIdMessage
| Subject: | Re: Problems adding more than one recipient to a TIdMessage |
| Posted by: | "Paul Coshott" (pa..@pacsoftware.com.au) |
| Date: | Fri, 14 Dec 2007 10:05:23 |
> Yes. Use the EmailAddresses property of the Recipients list, rather than
> calling its Add() method directly, ie:
>
> IdMessage1.Recipients.EmailAddresses := tblCustEMail.AsString;
Hi Remy,
thanks for the help. That's great.
Cheers,
Paul
none