I'm using EAGetMail.dll to read mail from a e-mail server and when the program tries to connect to it an error comes out the "failed to make connection becouse the target machine actively refused it"...
any help?
here is the code for the connection:
oClient.Connect (oServer);
and the exception:
catch (System.Net.Soc kets.SocketExce ption ep)
{
Console.WriteLi ne("Socket Error: {0}", ep.Message);
}
any help?
here is the code for the connection:
oClient.Connect (oServer);
and the exception:
catch (System.Net.Soc kets.SocketExce ption ep)
{
Console.WriteLi ne("Socket Error: {0}", ep.Message);
}
Comment