Hi,
excellent, this solution works very well !
Thanks for help
Jean Alysson
-Mensagem Original-
From: Arno Garrels
Sent: Friday, March 15, 2013 10:53 AM
To: ICS support mailing
Subject: Re: [twsocket] Error in ICS component [fix]
This should fix the EReadError with message
This should fix the EReadError with message 'Error reading
HtmlSmtpCli.TimeOut:Property TimeOut does not exist'.
Search the following lines in OverbyteIcsSmtpProt.pas:
{$IFDEF USE_SSL}
THtmlSmtpCli = class(TCustomSslSmtpCli)
{$ELSE}
THtmlSmtpCli = class(TSmtpCli)
{$ENDIF USE_SSL}
Change
That is the same message I have reported on Windows 7 64 bit and XE3
Tim
-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Jean Alysson
Sent: 14 March 2013 19:09
To: twsocket@elists.org
Subject: [twsocket] Error in ICS component
I hav