| View previous topic :: View next topic |
| Author |
Message |
Rich Como Guest
|
Posted: Fri Nov 26, 2004 4:01 am Post subject: Indy 10 and BoundIp |
|
|
SMTP component in indy 10 no longer has the boundip property. Anyone know
how to specify the boundIP for the smtp transaction now that the property is
gone?
thanks
|
|
| Back to top |
|
 |
Don Siders Guest
|
Posted: Fri Nov 26, 2004 6:35 am Post subject: Re: Indy 10 and BoundIp |
|
|
| Quote: | SMTP component in indy 10 no longer has the boundip property. Anyone know
how to specify the boundIP for the smtp transaction now that the property is
gone?
|
BoundIP still exists, but it was moved into the socket-based IOHandler.
See TIdIOHandlerSocket.BoundIP.
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Fri Nov 26, 2004 11:45 pm Post subject: Re: Indy 10 and BoundIp |
|
|
"Rich Como" <salgraz (AT) hotmail (DOT) com> wrote
| Quote: | SMTP component in indy 10 no longer has the boundip property.
Anyone know how to specify the boundIP for the smtp transaction
now that the property is gone?
|
Please download the latest development snapshot of Indy 10. TIdTCPClient
has BoundIP and BoundPort properties now.
Gambit
|
|
| Back to top |
|
 |
|