| View previous topic :: View next topic |
| Author |
Message |
Dejan Guest
|
Posted: Sun Sep 21, 2003 7:08 pm Post subject: TIdSMTPServer session data |
|
|
trying to read colected data from TIdSMTPServer for example in
IdSMTPServer1CommandRCPT
want to read "From"
where is this colected ?
Wondering this should be TIdSMTPServerThread(ASender.Thread).From but how to
use it ?
Aditionaly is there exists any maner to read all data from this thread or I
must implement my own data colector independent of ServerThread ?
|
|
| Back to top |
|
 |
Dejan Guest
|
Posted: Mon Sep 22, 2003 2:50 am Post subject: Re: TIdSMTPServer session data |
|
|
problem solved :
when IdSMTPServer1CommandMAIL is assigned TIdSMTPServer not set .From
property and I had empty .From
"Dejan" <dejan (AT) ztbclan (DOT) com_no_spam_> wrote
| Quote: | trying to read colected data from TIdSMTPServer for example in
IdSMTPServer1CommandRCPT
want to read "From"
where is this colected ?
Wondering this should be TIdSMTPServerThread(ASender.Thread).From but how
to
use it ?
Aditionaly is there exists any maner to read all data from this thread or
I
must implement my own data colector independent of ServerThread ?
|
|
|
| Back to top |
|
 |
|