Class BounceResult
Contents
[
Hide
]BounceResult class
Represents result of the message examination as a bounce message.
public class BounceResult
Constructors
Name | Description |
---|---|
BounceResult() | The default constructor. |
Properties
Name | Description |
---|---|
Action { get; } | Indicates the action performed as a result of attempt to deliver the message. |
IsBounced { get; } | True if email is a delivery failure or deliver delay report. |
OriginalMessage { get; } | Contains the original message. |
Reason { get; } | For a “failed” or “delayed” recipient, contains the actual diagnostic code issued by the mail transport. |
Recipient { get; } | Indicates the original recipient address as specified by the sender of the message for which the delivery failure report was issued. |
Status { get; } | Contains a transport-independent status code which indicates the delivery status of the message to that recipient. |
See Also
- namespace Aspose.Email.Bounce
- assembly Aspose.Email