Bounce |
The BounceResult type exposes the following members.
| Name | Description | |
|---|---|---|
| BounceResult | Creates new BounceResult object. |
| 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
Obsolete | |
| 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. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (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 | Returns a string that represents the current object. (Inherited from Object) |