SmtpRejectedRecipient Class
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9083)
Represents a recipient rejected by the SMTP server.
Syntax
public class SmtpRejectedRecipient
Inherited Members
Constructors
Name | Description |
---|---|
SmtpRejectedRecipient(String, SmtpResponse) | Creates a new instance of SmtpRejectedRecipient using a specified address and response. |
Properties
Name | Description |
---|---|
Address | Gets the address of the rejected recipient. |
Error | Gets the exception thrown while attempting to deliver the message, if there was any. |
Response | Gets the response that rejected the recipient. |