Author |
|
David Lennon Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 06 March 2006 at 1:16pm | IP Logged
|
|
|
When I attempt .DownloadMessageHeader it fails with a server timeout (I have tried up to 60,000 in .timeout), but if I .DownloadMessageHeader I have no problem.
Any Ideas? Perhaps my POP3 server cannot return just headers?
thanks
|
Back to Top |
|
|
David Lennon Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 06 March 2006 at 1:18pm | IP Logged
|
|
|
sorry meant to say when I DownloadEntireMessage it works ok
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 18 March 2006 at 2:03pm | IP Logged
|
|
|
Sorry for delay. The was problem in MailBee.NET with getting headers from certain POP3 servers which is now fixed. The updated version of MailBee.dll can be downloaded at:
http://www.afterlogic.com/updates/mailbeenet.zip
Replace MailBee.dll with never version. By default, it's installed in "C:\Program Files\MailBee.NET Objects".
If you're using Visual Studio, remove reference to MailBee library and add reference again. Otherwise, Visual Studio might used cached copy of the MailBee.NET Objects. Then, rebuild your application. It should work properly now.
Regards,
Alex
|
Back to Top |
|
|