The BounceResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BounceResult | Initializes a new instance of the BounceResult class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Action |
Indicates the action performed as a result of attempt to deliver the message.
| |
| IsDeliveryFailure |
True if email is a delivery failure or deliver delay report
| |
| Reason |
For a "failed" or "delayed" recipient, contains the actual diagnostic code issued by the mail transport.
| |
| Recipient |
Indicates the original recipient address as specified by the sender of the message for which the delivery failure report was issued.
| |
| Status |
Contains a transport-independent status code which indicates the delivery status of the message to that recipient.
|