Patrick Waddingham - 2007-03-09 17:53:38
When I use the POP3 class to check messages from a GMail account, it only retrieves the message once (as in, if I have 10 messages in the mailbox, the first time it retrieves 10, the second time it retrieves 0). On an Exchange server I'm testing this code on, however, it gets me every email in the mailbox every time (as in, if I have 10 messages in the mailbox, the first time it retrieves 10, the second time it retrieves the same 10).
Why does this happen?
Is there code or a parameter to use that will make them both act the same?
How do I make the Exchange server act more like the GMail server?