Author |
|
maorc Newbie
Joined: 15 December 2010 Location: Israel
Online Status: Offline Posts: 10
|
Posted: 07 February 2011 at 4:29am | IP Logged
|
|
|
Hi,
How can I get a notification for each downloaded header when performing a batch
download using ReterieveEnvelopesEx.
Currently, I can get the headers only when the whole download completes using the
IEnvelope structure. The problem is that I would like to get notified for each
downloaded message and not only in the end.
Thanks,
Maor
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 07 February 2011 at 5:19am | IP Logged
|
|
|
In MailBee Objects (ActiveX), you can only get bytes count for data which came through the socket, it's not possible to find
out what envelope is the particular data packet about. If you need this functionality, consider using MailBee.NET Objects.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
maorc Newbie
Joined: 15 December 2010 Location: Israel
Online Status: Offline Posts: 10
|
Posted: 07 February 2011 at 5:26am | IP Logged
|
|
|
Thanks Igor,
However, unfortunately, our solution is written in C++ and we can't use .NET
components.
Is it possible to include such functionality in the next builds?
Maor
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 07 February 2011 at 6:55am | IP Logged
|
|
|
According to the product manager, those features are unlikely to be added in ActiveX version of MailBee anytime soon. We'll keep the suggestion in mind though. Thank you!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|