LumiSoft Mail Server User API
GreetingText Property
Namespaces > LumiSoft.MailServer.API.UserAPI > SMTP_Settings > GreetingText
Gets or sets greeting text reported to connected clients. If "", default server greeting text is used.
Syntax
C#Visual BasicManaged C++
public string GreetingText { get; set; }
Public Property GreetingText As String
public:
String^ GreetingText {
	String^ get ();
	void set (String^ value);
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)