SmtpResponse Class
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9083)
Contains the response of the SMTP server.
Syntax
public class SmtpResponse
Inherited Members
Constructors
Name | Description |
---|---|
SmtpResponse(Int32, Int32, Int32, String, String) | Initializes a new instance of the SmtpResponse class with the specified code, enhanced code, description and raw response string. |
SmtpResponse(Int32, String, String) | Initializes a new instance of the SmtpResponse class with the specified code, description and raw response string. |
Properties
Name | Description |
---|---|
Class | Gets the class of enhanced SMTP status code, or -1 if not supported. |
Code | Gets the SMTP response code. |
Description | Gets the description of the SMTP response. |
Detail | Gets the detail code of enhanced SMTP status code, or -1 if not supported. |
Group | Gets the group of the SMTP response code. |
Raw | Gets the full unparsed response of the SMTP server. |
Subject | Gets the subject code of enhanced SMTP status code, or -1 if not supported. |
Success | Returns true when last command was completed successfully. |