ProxyServerProtocol Property
Gets or sets which proxy protocol (if any) should be used when connecting to a mail server.

Namespace: MailBee.Proxy
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public ProxyProtocol Protocol { get; set; }

Property Value

Type: ProxyProtocol
One of ProxyProtocol values specifying which proxy protocol to use when establishing connection with a mail server via a proxy server. The default value is NoProxy which means the proxy server won't be used at all and the connection will be made directly with a mail server.
See Also