0 votes

hi , when i use mail.dll and proxy.dll and i start my app in c# , they tell me that the using Limilabs.proxy; and using Limilabs.Client.IMAP; dosn't exist in references : Erreur : Le type ou le nom d'espace de noms 'Limilabs' est introuvable (une directive using ou une référence d'assembly est-elle manquante ?)
regards

by

1 Answer

0 votes

Please make sure you've added the references to Mail.dll and Proxy.dll assemblies, they are located in the download package in Redistributables folder or if you have used the installer in the installation folder/Redistributables.

Make sure that you target full .NET framework and not the client profile:
in Visual Studio go to project properties/Application and specify 'Target Framework' to '.NET Framework 4.5' or higher.

by (297k points)
i have just a framework 4. in my computer in visual studio 10 , the framework 4.5 dosn't work for my version c# 2010 any suggestions please ?
Use Mail.dll version from Redistributables/Net20 folder.
thanks so much it s work but they give me this error : HTTP/1.0 403 Forbidden  HTTP/1.0 403 Forbidden ....
Seems your proxy requires authentication. You need a username and a password. Use Connect method overload, that has username and password parameters.
can i use some proxy work without username and password ?
some time the give me this error : Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu 1.1.25.88 : 5481
Error message is petty clear: "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because the host connection did not respond 1.1.25.88:5481"
...