LumiSoft Mail Server User API
HostName Property
Namespaces > LumiSoft.MailServer.API.UserAPI > Relay_Settings > HostName
Gets or sets EHLO/HELO host name reported to connected server. If "", then machine NETBIOS name used.
Syntax
C#Visual BasicManaged C++
public string HostName { get; set; }
Public Property HostName As String
public:
String^ HostName {
	String^ get ();
	void set (String^ value);
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)