ProxyServerProtocol Property |
Gets or sets which proxy protocol (if any) should be used when connecting to a mail server.
Namespace: MailBee.ProxyAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public ProxyProtocol Protocol { get; set; }
Public Property Protocol As ProxyProtocol
Get
Set
Property Value
Type:
ProxyProtocolOne 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