Contains information about a recipient that was rejected by a server.
Inheritance Hierarchy
Ipswitch.Messaging.Framework.MailSmtpFailedRecipient
Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The SmtpFailedRecipient type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SmtpFailedRecipient | Initializes a new instance of the SmtpFailedRecipient class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | EmailAddress |
The email address of the rejected recipient.
|
![]() | Response |
The rejection response from the SMTP server.
|
See Also