ProxyProtocol Enumeration
Defines the available modes of establishing connection with a mail server via a proxy server.

Namespace: MailBee.Proxy
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public enum ProxyProtocol
Members
  Member nameValueDescription
NoProxy0 Do not use a proxy server and connect directly to a mail server.
Socks41 Connect through a SOCK4 proxy server.
Socks52 Connect through a SOCK5 proxy server.
Http3 Connect through an HTTP proxy server.
See Also