Click or drag to resize

SmtpResponseLines Property

Gets the lines returned from server as strings. Every line is striped off of the Code and '-' char at the beginning and new line characters at the end.

Namespace:  Limilabs.Client.SMTP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public List<string> Lines { get; }

Property Value

Type: ListString
See Also