Question:
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?