LumiSoft Net Help
SMTP_Reply Constructor (replyCode, replyLine)
NamespacesLumiSoft.Net.SMTP.ServerSMTP_ReplySMTP_Reply(Int32, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public SMTP_Reply(
	int replyCode,
	string replyLine
)
Public Sub New ( 
	replyCode As Integer,
	replyLine As String
)
public:
SMTP_Reply(
	int replyCode, 
	String^ replyLine
)
new : 
        replyCode : int * 
        replyLine : string -> SMTP_Reply
Parameters
replyCode (Int32)
SMTP server reply code.
replyLine (String)
SMTP server reply line.
Exceptions
ExceptionCondition
ArgumentExceptionIs raised when any of the arguments has invalid value.
ArgumentNullExceptionIs raised when replyLine is null reference.

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