Using POP3 to create multiple connections

Hello


We want to create multiple connections to a server for fetching messages in parallel. Is it possible to achieve using POP3 Client?

Hi Peter,


Thank you for posting your inquiry.

You can use Pop3Client.CreateConnection for creating multiple connections to the same server. This will allow you to fetch messages in parallel from the same account using Pop3Client of the API. Please let us know if you need any further query in this regard.