0 votes

after connecting Pop3 inbox I am able to getMessagebyUid for 1st mail and after that for 2nd mail getting error. I enabled the logging also. From output window I am getting following error:

Mail.dll Information: 0 : 10 03:36:07 C: RETR 2
Mail.dll Information: 0 : 10 03:36:07 S:
A first chance exception of type 'Limilabs.Client.POP3.Pop3ResponseException' occurred in Mail.dll

2nd mail have so many attached docs and multiple attachment. Total size of mail is around 5 MB .

by (400 points)
What is a value of the Message property on this exception?

1 Answer

0 votes

Pop3ResponseException is thrown when server returns an error. You need to examine its message property.

The logs you provided seem incomplete, however maybe your server simply disconnected? Does this happens for this email only?

If you can create a test account with reproducible scenario, you can contact us directly via email, using the support email in the page footer.

by (297k points)
...