Re: [twsocket] Number of characters in HtmlSmtpClient.HtmlText property

2006-04-09 Thread Francois PIETTE
] http://www.overbyte.be - Original Message - From: Paweł (WP) [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, April 03, 2006 7:47 PM Subject: [twsocket] Number of characters in HtmlSmtpClient.HtmlText property Hi I wrote program, that sending emails in Html

Re: [twsocket] Number of characters in HtmlSmtpClient.HtmlText property

2006-04-06 Thread Wilfried Mestdagh
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

[twsocket] Number of characters in HtmlSmtpClient.HtmlText property

2006-04-03 Thread WP
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;