Dacons LLP Mailit for C/C++ | Version 1.0.8 |
EmaiProxy.h File Reference
Go to the source code of this file.
Detailed Description
Definition in file EmaiProxy.h. Enumeration Type Documentation
Definition at line 23 of file EmaiProxy.h. 00024 { 00025 EmaiProxyNo = 0, /*connectiion without proxy*/ 00026 EmaiProxyHTTP, /*connectiion throw HTTP proxy*/ 00027 EmaiProxySOCKS4, /*connectiion throw SOCKS4 proxy*/ 00028 EmaiProxySOCKS5 /*connectiion throw SOCKS5 proxy*/ 00029 };
|