I am evaluating your mail.dll product and had success using the ImapDownload example as a console appliation. However, we will need to use this functionality in a Windows Service. If I copy the working example from the console application to a Windows service I receive the following error:
Limilabs.Client.ServerException: A non-recoverable error occurred during a database lookup ---> System.Net.Sockets.SocketException: A non-recoverable error occurred during a database lookup
at System.Net.Dns.GetAddrInfo(String name)
at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
at System.Net.Sockets.Socket.Connect(String host, Int32 port)
at Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
I would like to resolve this prior to purchasing the product.