| View previous topic :: View next topic |
| Author |
Message |
R. Hoek Guest
|
Posted: Fri Jan 23, 2004 2:48 pm Post subject: Using TIdMessage to load een Exchange server BAD-mail file |
|
|
How can I use the TIdMessage object to load/decode a Bad-mail file from a
exchange server.
Note: I'm using Delphi 6 thus I don't have the LoadFromFile/SaveFromFile
routines.....
Thanks
--
Greatings,
Ronald Hoek
Applicationdevelopper
ComponentAgro B.V.
|
|
| Back to top |
|
 |
Chad Z. Hower aka Kudzu Guest
|
Posted: Fri Jan 23, 2004 3:25 pm Post subject: Re: Using TIdMessage to load een Exchange server BAD-mail fi |
|
|
"R. Hoek" <nospam*hoek (AT) componentagro (DOT) nl> wrote in news:40113403$1
@newsgroups.borland.com:
| Quote: | Note: I'm using Delphi 6 thus I don't have the LoadFromFile/SaveFromFile
routines.....
|
Why does D6 restrict you?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Want to keep up to date with Indy?
Join Indy News - it free!
http://www.atozed.com/indy/news/
ELKNews - Get your free copy at http://www.atozedsoftware.com
|
|
| Back to top |
|
 |
R. Hoek Guest
|
Posted: Tue Jan 27, 2004 10:22 am Post subject: Re: Using TIdMessage to load een Exchange server BAD-mail fi |
|
|
Thanks for the pointer Chad. I wasn't thinking of the fact that Indy is
seperately available... and not just a Delphi build-in tool-set...
--
Greatings,
Ronald Hoek
Applicationdevelopper
ComponentAgro B.V.
|
|
| Back to top |
|
 |
Chad Z. Hower aka Kudzu Guest
|
Posted: Tue Jan 27, 2004 11:44 am Post subject: Re: Using TIdMessage to load een Exchange server BAD-mail fi |
|
|
"R. Hoek" <nospam*hoek (AT) componentagro (DOT) nl> wrote in news:40163bc6
@newsgroups.borland.com:
| Quote: | Thanks for the pointer Chad. I wasn't thinking of the fact that Indy is
seperately available... and not just a Delphi build-in tool-set...
|
Yep. Just upgrade, its free. :)
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Need extra help with an Indy problem?
http://www.atozed.com/indy/experts/support.html
ELKNews - Get your free copy at http://www.atozedsoftware.com
|
|
| Back to top |
|
 |
R. Hoek Guest
|
Posted: Tue Jan 27, 2004 1:05 pm Post subject: Re: Using TIdMessage to load een Exchange server BAD-mail fi |
|
|
Hello Chad,
I've installed the latest version 9.0.14.
When using LoadFromFile I receive the error:
EIdReadTimeOut: Read Timeout
I've tracked this down to the "LLine := ReadLn" statement at line 239 in
unit "IdMessageClient"
I've you like I could E-mail the file to you...
--
Greatings,
Ronald Hoek
Applicationdevelopper
ComponentAgro B.V.
|
|
| Back to top |
|
 |
R. Hoek Guest
|
Posted: Tue Jan 27, 2004 1:07 pm Post subject: Re: Using TIdMessage to load een Exchange server BAD-mail fi |
|
|
By the way Chad,
Your link http://www.atozed.com/indy/experts/support.html doesn't work
anymore (404)
--
Regards,
Ronald Hoek
Applicationdevelopper
ComponentAgro B.V.
|
|
| Back to top |
|
 |
Chad Z. Hower aka Kudzu Guest
|
Posted: Tue Jan 27, 2004 6:52 pm Post subject: Re: Using TIdMessage to load een Exchange server BAD-mail fi |
|
|
"R. Hoek" <nospam*hoek (AT) componentagro (DOT) nl> wrote in news:401661d2
@newsgroups.borland.com:
| Quote: | I've installed the latest version 9.0.14.
When using LoadFromFile I receive the error:
EIdReadTimeOut: Read Timeout
|
This is a common question. Add a . + EOL to the end of the file.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Got Indy? Got the book?
http://www.atozed.com/indy/book/
ELKNews - Get your free copy at http://www.atozedsoftware.com
|
|
| Back to top |
|
 |
Chad Z. Hower aka Kudzu Guest
|
|
| Back to top |
|
 |
|