LumiSoft Mail Server User API
ServerReply Property
Namespaces > LumiSoft.Net.SMTP.Server > MessageStoringCompleted_eArgs > ServerReply
Gets SMTP server reply info. You can use this property for specifying custom reply text and optionally SMTP reply code.
Syntax
C#Visual BasicManaged C++
public SmtpServerReply ServerReply { get; }
Public ReadOnly Property ServerReply As SmtpServerReply
public:
SmtpServerReply^ ServerReply {
	SmtpServerReply^ get ();
}

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