| SmtpResponseExceptionResponse Property |
Gets SMTP server response that caused this exception to be thrown.
Namespace:
Limilabs.Client.SMTP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public SmtpResponse Response { get; }
Public ReadOnly Property Response As SmtpResponse
Get
public:
property SmtpResponse^ Response {
SmtpResponse^ get ();
}
member Response : SmtpResponse with get
Property Value
Type:
SmtpResponseSee Also