I have no choice but to download all the message headers
Why?
but I want to get them all at once with one request and many responses which will be much faster than 15,000 requests and 15,000 responses.
Actually, the cache lookahead means that it will be more like 750 requests. If you do the
mail_parameters (NIL,SET_LOOKAHEAD,(void *) LONG_MAX);
call then you'll get one request.
But what I'm trying to do is get all the message header (no bodies) to be able to display the list of messages in a folder. Blame MS for the bad implementation of how Outlook work. ;)
What does Outlook have to do with this?
-- Mark --
http://staff.washington.edu/mrc Science does not emerge from voting, party politics, or public debate. Si vis pacem, para bellum.
