Parses SMTP reply-line from
Declaration Syntax
C# | Visual Basic | Visual 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.
Returns parsed SMTP server reply-line.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when line is null reference. |
ParseException | Is raised when reply-line parsing fails. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119