Parses SMTP reply-line from
| 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
- line (String)
- SMTP server reply-line.
SMTP_t_ReplyLine
Returns parsed SMTP server reply-line.
Returns parsed SMTP server reply-line.
| 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