| View previous topic :: View next topic |
| Author |
Message |
Marcelo Guest
|
Posted: Tue Jul 11, 2006 12:13 am Post subject: how load eml with indy10 |
|
|
hi,
i use a old code to load eml message with indy 9... but it doesnt work with indy 10.
how can i load a ".EML" message with indy10 and send it ?
regards
Marcelo |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Jul 11, 2006 2:46 am Post subject: Re: how load eml with indy10 |
|
|
"Marcelo" <mcgal-N-O-S-P-A-M-ig.com.br> wrote in message
news:44b2a6da (AT) newsgroups (DOT) borland.com...
| Quote: | i use a old code to load eml message with indy 9... but it doesnt
work with indy 10.
|
What EXACTLY are you having a problem with? Please be more specific. What
does the code look like? Are you getting any error messages? If so, then
what are they?
| Quote: | how can i load a ".EML" message with indy10 and send it ?
|
The exact same way that you did in Indy 9 - call TIdMessage.LoadFromFile()
and then send the TIdMessage. That functionality has not changed since Indy
9.
Gambit |
|
| Back to top |
|
 |
Marcelo Guest
|
Posted: Tue Jul 11, 2006 9:31 pm Post subject: Re: how load eml with indy10 |
|
|
ok thanks..
i solved the problem...
the bug was in my code, i removed the line that clear messaged parts...now works fine
[]s
Marcelo
====================================================
"Remy Lebeau (TeamB)" <no.spam (AT) no (DOT) spam.com> escreveu na mensagem
news:44b2cc83$1 (AT) newsgroups (DOT) borland.com...
"Marcelo" <mcgal-N-O-S-P-A-M-ig.com.br> wrote in message
news:44b2a6da (AT) newsgroups (DOT) borland.com...
| Quote: | i use a old code to load eml message with indy 9... but it doesnt
work with indy 10.
|
What EXACTLY are you having a problem with? Please be more specific. What
does the code look like? Are you getting any error messages? If so, then
what are they?
| Quote: | how can i load a ".EML" message with indy10 and send it ?
|
The exact same way that you did in Indy 9 - call TIdMessage.LoadFromFile()
and then send the TIdMessage. That functionality has not changed since Indy
9.
Gambit |
|
| Back to top |
|
 |
|