BounceResult
Contents
[
Hide
]BounceResult class
Represents result of the message examination as a bounce message.
Constructors
| Name | Description |
|---|---|
| BounceResult |
Methods
| Name | Description |
|---|---|
| get_Action | Indicates the action performed as a result of attempt to deliver the message. |
| get_IsBounced | True if email is a delivery failure or deliver delay report. |
| get_IsEmpty | |
| get_OriginalMessage | Contains the original message. |
| get_Reason | For a “failed” or “delayed” recipient, contains the actual diagnostic code issued by the mail transport. |
| get_Recipient | Indicates the original recipient address as specified by the sender of the message for which the delivery failure report was issued. |
| get_Status | Contains a transport-independent status code which indicates the delivery status of the message to that recipient. |
| set_Action | Indicates the action performed as a result of attempt to deliver the message. |
| set_IsBounced | True if email is a delivery failure or deliver delay report. |
| set_OriginalMessage | Contains the original message. |
| set_Reason | For a “failed” or “delayed” recipient, contains the actual diagnostic code issued by the mail transport. |
| set_Recipient | Indicates the original recipient address as specified by the sender of the message for which the delivery failure report was issued. |
| set_Status | Contains a transport-independent status code which indicates the delivery status of the message to that recipient. |
| BounceDetector |