SmtpResponseReadEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9313)
Provides data for the ResponseRead event.
Syntax
public class SmtpResponseReadEventArgs : EventArgs
Inherited Members
Constructors
| Name | Description |
|---|---|
| SmtpResponseReadEventArgs(String) | Initializes a new instance of the SmtpResponseReadEventArgs class with the specified response string. |
Properties
| Name | Description |
|---|---|
| Response | Gets the raw SMTP response. |