Question:
Because users of our application can monitor multiple POP3 and web-based emails at one time, can your component handle "multi-threading"… checking multiple POP3 accounts simultaneously?
Answer:
Yes. Your C# or VB.NET application would create separate threads, each of which would use its own instance of a Chilkat.MailMan object to manage a separate POP3 session. Downloading email from different POP3 accounts on different threads, using separate MailMan instances should not be a problem.