PROTECTED]
http://www.overbyte.be
- Original Message -
From: "Paweł (WP)" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Monday, April 03, 2006 7:47 PM
Subject: [twsocket] Number of characters in HtmlSmtpClient.HtmlText property
> Hi
> I wrote p
Hello Paweł,
Can you step with the debugger trough it to see where the line is
truncated ? Sure there is a line limit, but dont know from the top of my
head if how long and if the component split it in more lines.
---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http:
Hi
I wrote program, that sending emails in Html format. Everything works great,
but I found big problem.
I use THtmlSmtpCli component.
There is HtmlText property, which is TStrings type.
I have got:
HtmlSmtpClient.HtmlText:= EmailBody;
HtmlSmtpClient.EmailImages.Clear;
HtmlSmtp