Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jul : use semicolons as email Address delimiter intead of commas
| Subject: | use semicolons as email Address delimiter intead of commas |
| Posted by: | "Dan" (onsi..@hpassist.com) |
| Date: | Fri, 6 Jul 2007 12:56:26 |
I have a customer whose email server rejects comma-delimited email
addresses, they want them delimited with a semicolon. The easiest way I
could see to do this was to alter the IdCoderHeader.EncodeAddress function,
and change the ', ' part to '; ' and it works.
Of course, not wanting to break anything for other clients, is there some
property about the IdMessage I can change, like IdMessage.Encoding (right
now it's meMIME) to make the address lists use semi colons? Just wondering
if there is some simple change to accommodate this that I may have missed
ing manual and FAQ.