lokiys Moderator Регистрация 01.02.2012 Сообщения 4 868 Благодарностей 1 195 Баллы 113 31.05.2017 #1 When You use ZennoPoster.BulkMailDownload and You have empty proxy variable then it gives You error. So if I want to download emails with proxy and without proxies I have to make like this: Would not be good that if proxy is empty then its not used ? Реакции: Nick
When You use ZennoPoster.BulkMailDownload and You have empty proxy variable then it gives You error. So if I want to download emails with proxy and without proxies I have to make like this: Would not be good that if proxy is empty then its not used ?
Dimionix Moderator Регистрация 09.04.2011 Сообщения 3 068 Благодарностей 3 132 Баллы 113 31.05.2017 #2 C#: if (proxy == string.Empty) proxy = null; allMails = ZennoPoster.BulkMailDownload(email, pass, server, port, useSSL, protocol, 24*100, 20, removeMessages, proxy); Реакции: lokiys
C#: if (proxy == string.Empty) proxy = null; allMails = ZennoPoster.BulkMailDownload(email, pass, server, port, useSSL, protocol, 24*100, 20, removeMessages, proxy);