 | SMTPServerElementHostName Property |
Gets or sets the name of the host.
Namespace:
Koden.Utils.Emailer.ConfigFileSections
Assembly:
Koden.Utils.Emailer (in Koden.Utils.Emailer.dll) Version: 1.0.6453.26061
Syntaxpublic string HostName { get; set; }
Public Property HostName As String
Get
Set
public:
property String^ HostName {
String^ get ();
void set (String^ value);
}
member HostName : string with get, set
Property Value
Type:
String
The name of the host.
See Also