GlobalDefaultServerName Property
Gets or sets the default mail server name to be used when no server name specified.

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

Property Value

Type: String
The string containing the default mail server name to be used when no server name specified. The default value is "localhost".
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
See Also