Archived Forum Post

Index of archived forum posts

Question:

IMAP progress monitoring

Oct 16 '13 at 04:52

CkImap appears to be prepared for progress monitoring (CkImapProgress), but there is no CkImapProgress.h source file in the download "Chilkat C/C++ Libraries for VC++ 11.0 XP / win32 (Platform Toolset v110_xp) v9.4.1".

Does CkImapProgress support PercentDone and AbortCheck or have they yet to be implemented?


Accepted Answer

It's in the download, I just checked...


Answer

Yes it does support but it done thru real-time callback for event monitoring and I must say it is very fast and accurate...

Check out the below link for examples even though it is .NET the same principal is used in C

http://www.chilkatforum.com/questions/3387/event-callbacks-in-the-chilkat-c-api

Hope this helps! Randy a veteran chilkat user