Specifies the protocol (socks4/socks5/http) for proxy server.
[Visual Basic] Public Enum SocksProxyProtocol
[C#] public enum SocksProxyProtocol
[C++] __value public enum SocksProxyProtocol
[JScript] public enum SocksProxyProtocol
Members
| Members name | Description | 
| Socks4 | Specifies that the proxy server uses Socks4 protocol. | 
| Socks5 | Specifies that that the proxy server uses Socks5 protocol. | 
| Http | Specifies that that the proxy server uses Http protocol. | 
See Also
        MailServer.ProxyProtocol Property
        MailClient.Connect Method
    
Online Tutorials
        Read Email and Parse Email in C# - Tutorial
        Read Email and Parse Email in VB.NET - Tutorial
        Read Email and Parse Email C++/CLI - Tutorial