ProxyServerName Property
Gets or sets the IP address or the domain name of the proxy server.

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

Property Value

Type: String
The IP address string or the domain name of the proxy server. The default value is an empty string.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
See Also