ProxyServerPassword Property
Gets or sets the user account password on the proxy server.

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

Property Value

Type: String
The user account password 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