0 votes

Hi I am getting following error on deletemessagebyuid on output window :

The thread '' (0x4ae4) has exited with code 0 (0x0).
Mail.dll Information: 0 : 10 03:44:01 C: DELE 1
Mail.dll Information: 0 : 10 03:44:01 S:
A first chance exception of type 'Limilabs.Client.POP3.Pop3ResponseException' occurred in Mail.dll

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?

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)
...