LumiSoft Mail Server User API
HostName Property
Namespaces > LumiSoft.MailServer.API.UserAPI > POP3_Settings > HostName
Gets or sets POP3 host name reported to connected clients. 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)