BounceResult
Contents
[
Hide
]BounceResult class
Represents result of the message examination as a bounce message.
The BounceResult type exposes the following members:
Constructors
Name | Description |
---|---|
BounceResult() | Initializes a new instance of the BounceResult class |
Properties
Name | Description |
---|---|
is_bounced | True if email is a delivery failure or deliver delay report. |
action | Indicates the action performed as a result of attempt to deliver the message. |
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. |
original_message | Contains the original message. |
See Also
- namespace aspose.email.bounce
- assembly Aspose.Email