Archived Forum Post

Index of archived forum posts

Question:

.Net4 Imap component: Is there any way to get how many bytes were received through network

Apr 07 '16 at 11:34

Something like this: while(true) { ...
Chilkat.EmailBundle bundle = imap_.FetchBundle(messageSet); totalBytesReceived_ += imap_.TotalBytesReceived(); ... }

Or perhaps, is there any other way to get this information?