Question:
I am using the CopyMail method of the Mailman object to periodically read emails from the server. I am finding that the bundle is not being refreshed with new emails as they arrive. Is there some resetting of the object that needs to be done? (i.e. when I call CopyMail again, I do not see the new email that arrived since the last call to CopyMail.)
Answer:
Call Pop3EndSession to force the component to automatically start a new POP3 session the next time any method is called that requires communication with the POP3 server. When the new session starts, the new email will be seen.