How do I use Proxy.dll with different user to access IMAP with Mail.dll? for example: Proxyuser Proxypassword
Please use ProxyFactory.CreateProxy overload that takes authentication parameters:
ProxyFactory.CreateProxy( ProxyType type, string proxyHost, int proxyPort, string proxyUser, string proxyPassword)