LumiSoft Mail Server User API
SmtpReplyCode Property
Namespaces > LumiSoft.Net.SMTP.Server > SmtpServerReply > SmtpReplyCode
Gets or sets SMTP reply code (250,500,500, ...). Value -1 means that SMTP reply code isn't specified and server uses it's defult error code.
Syntax
C#Visual BasicManaged C++
public int SmtpReplyCode { get; set; }
Public Property SmtpReplyCode As Integer
public:
int SmtpReplyCode {
	int get ();
	void set (int value);
}

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