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

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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