GlobalDefaultServerName Property |
Gets or sets the default mail server name to be used when no server name specified.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static string DefaultServerName { get; set; }
Public Shared Property DefaultServerName As String
Get
Set
Property Value
Type:
StringThe string containing the default mail server name to be used when no server name specified. The default value is "localhost".
Exceptions See Also