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