SmtpResponse Class
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9147)
Contains the response of the SMTP server.
Syntax
public class SmtpResponse
Inherited Members
Constructors
Name | Description |
---|---|
Smtp |
Initializes a new instance of the Smtp |
Smtp |
Initializes a new instance of the Smtp |
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. |