Author |
|
johntang Newbie
Joined: 02 March 2015 Location: Germany
Online Status: Offline Posts: 2
|
Posted: 02 March 2015 at 12:35am | IP Logged
|
|
|
Hello there,
Is there any for getting responsed while DownloadEntireMessage is downloading?
I want to show to my client the processing bar when we taking the email entire. I use Mailbee.Net 9.0.
Thanks
John
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 02 March 2015 at 3:19am | IP Logged
|
|
|
Indeed that's possible, you can use EnvelopeDataChunkReceived Event for this purpose, and you can calculate percentage if you have message full size received with Imap.DownloadEnvelopes method. Note that you'll need to round the results and make sure the percentage doesn't exceed 100% as the values obtained might be slightly bigger than the actual message size.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|