SmtpException.Response Property
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9083)
Response
Gets the SmtpResponse of the exception.
Declaration
public SmtpResponse Response { get; }
Property Value
Type | Description |
---|---|
SmtpResponse | The SmtpResponse if Status is ProtocolError; null reference otherwise. |