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