BounceResult

BounceResult class

Represents result of the message examination as a bounce message.

The BounceResult type exposes the following members:

Constructors

NameDescription
BounceResult()Initializes a new instance of the BounceResult class

Properties

NameDescription
is_bouncedTrue if email is a delivery failure or deliver delay report.
actionIndicates the action performed as a result of attempt to deliver the message.
reasonFor a “failed” or “delayed” recipient, contains the actual diagnostic code issued by the mail transport.
recipientIndicates the original recipient address as specified by the sender of the message for which the delivery failure report was issued.
statusContains a transport-independent status code which indicates the delivery status of the message to that recipient.
original_messageContains the original message.

See Also