ProxyServerName Property
Gets or sets the IP address or the domain name of 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 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