|
Hi Lukas, Some days back, you gave us below code for resolving issue while accessing a large mailbox account. In this code, first we are fetching all messages in "ImapMessageCollection ids" using imap.Search() method. And then again we are setting as per chunk size ImapMessageSet. After this again we are doing imap.GetMessageList() and fetching the messages. Aren't we doing repetitive actions? Please explain.
|
|
Please note the server response to a If you want to receive only If you want to receive more than Please compare the log file of the Therefore the code above doesn't do repetitive actions. It decreases server load. Thanks Lukas for your continued support.
(19 Aug '11, 15:11)
SanjayN
|
Any updates?