0 votes

Hi, I am having an issue were the program crashes on this line

client.SelectInbox(); 

it use to work but now it no longer does

The error I am getting is

An exception of type 'Limilabs.Client.ServerException' occurred in
Mail.dll but was not handled in user code

Additional information: Tried to read a line. Only '' received. Please
make sure that antivirus and firewall software are disabled or
configured correctly.

The mailbox currently has 140,000 unread emails.

Can somone give me some help?
Thanks

by
edited by
How does your code look like? What is the exception stack trace? How do logs look like?

1 Answer

+1 vote

It seems your server is disconnecting.

You say it was working before - what has changed in your server configuration?

by (297k points)
Nothing apart from the amount of messages on the email account. Now all of a sudden it has started to work again. It makes no sense

Also I am using this with a hotmail.com account
Select operation is fast, and no large amount of data is downloaded. It must have been a server problem.
Just another question, can I run 2 instances of a program using the same .dll?
Of course you can.
...