ProxyServerAccountName Property
Gets or sets the user account name on the proxy server.

Namespace: MailBee.Proxy
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public string AccountName { get; set; }

Property Value

Type: String
The user account name on the proxy server. The default value is an empty string.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
Remarks
Usually, SOCKS5 and HTTP proxies require authentication (and thus AccountName and Password properties set) while SOCKS4 proxies do not use authentication.
See Also