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

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