ProxyServerProtocol Property |
Gets or sets which proxy protocol (if any) should be used when connecting to a mail server.
Namespace: MailBee.ProxyAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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