LumiSoft Mail Server User API
ErrorReply Property
Namespaces > LumiSoft.Net.SMTP.Server > SmtpServerReply > ErrorReply
Gets or sets if CustomReply is error or ok reply.
Syntax
C#Visual BasicManaged C++
public bool ErrorReply { get; set; }
Public Property ErrorReply As Boolean
public:
bool ErrorReply {
	bool get ();
	void set (bool value);
}

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