LumiSoft Mail Server User API
ReplyText Property
Namespaces > LumiSoft.Net.SMTP.Server > SmtpServerReply > ReplyText
Gets or sets reply text what is shown to connected client. Note: Maximum lenth of reply text is 500 chars and text can contain only ASCII chars without CR or LF.
Syntax
C#Visual BasicManaged C++
public string ReplyText { get; set; }
Public Property ReplyText As String
public:
String^ ReplyText {
	String^ get ();
	void set (String^ value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)