LumiSoft Net Help
Parse Method (line)
NamespacesLumiSoft.Net.SMTPSMTP_t_ReplyLineParse(String)
Parses SMTP reply-line from
Declaration Syntax
C#Visual BasicVisual C++F#
public static SMTP_t_ReplyLine Parse(
	string line
)
Public Shared Function Parse ( 
	line As String
) As SMTP_t_ReplyLine
public:
static SMTP_t_ReplyLine^ Parse(
	String^ line
)
static member Parse : 
        line : string -> SMTP_t_ReplyLine 
Parameters
line (String)
SMTP server reply-line.
Return Value
SMTP_t_ReplyLine
Returns parsed SMTP server reply-line.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when line is null reference.
ParseExceptionIs raised when reply-line parsing fails.

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