LumiSoft Net Help
SMTP_t_ReplyLine Constructor (replyCode, text, isLastLine)
NamespacesLumiSoft.Net.SMTPSMTP_t_ReplyLineSMTP_t_ReplyLine(Int32, String, Boolean)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public SMTP_t_ReplyLine(
	int replyCode,
	string text,
	bool isLastLine
)
Public Sub New ( 
	replyCode As Integer,
	text As String,
	isLastLine As Boolean
)
public:
SMTP_t_ReplyLine(
	int replyCode, 
	String^ text, 
	bool isLastLine
)
new : 
        replyCode : int * 
        text : string * 
        isLastLine : bool -> SMTP_t_ReplyLine
Parameters
replyCode (Int32)
SMTP server reply code.
text (String)
SMTP server reply text.
isLastLine (Boolean)
Specifies if this line is last line in response.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119