DotNetOpenMail 0.5.7 (beta)

EmailAddressParser.LastError Property

If the last conversion was unsuccessful, this contains the error message. If it was successful, it will be null.

[Visual Basic]
Public Property ReadOnly LastError As String
[C#]
public string LastError { get; }
[C++]
public: __property String* get_LastError();
[JScript]
public function get LastError() : String

See Also

EmailAddressParser Class | DotNetOpenMail.Utils Namespace