SmtpResponse constructor
Initializes a new instance of the SmtpResponse structure.
Overload list
Name | Description | |
---|---|---|
SmtpResponse(String, String, []) | The SmtpResponse constructor initializes a new instance of the SmtpResponse structure. | |
SmtpResponse(String, String, String, Boolean, []) | Initializes a new instance of the SmtpResponse structure with a status code and enhanced status code for the response and a delivery status notification (DSN) explanation that contains additional Unicode information associated with a DSN. |
Top