BounceResult

BounceResult class

Represents result of the message examination as a bounce message.

Constructors

NameDescription
BounceResult

Methods

NameDescription
get_ActionIndicates the action performed as a result of attempt to deliver the message.
get_IsBouncedTrue if email is a delivery failure or deliver delay report.
get_IsEmpty
get_OriginalMessageContains the original message.
get_ReasonFor a “failed” or “delayed” recipient, contains the actual diagnostic code issued by the mail transport.
get_RecipientIndicates the original recipient address as specified by the sender of the message for which the delivery failure report was issued.
get_StatusContains a transport-independent status code which indicates the delivery status of the message to that recipient.
set_ActionIndicates the action performed as a result of attempt to deliver the message.
set_IsBouncedTrue if email is a delivery failure or deliver delay report.
set_OriginalMessageContains the original message.
set_ReasonFor a “failed” or “delayed” recipient, contains the actual diagnostic code issued by the mail transport.
set_RecipientIndicates the original recipient address as specified by the sender of the message for which the delivery failure report was issued.
set_StatusContains a transport-independent status code which indicates the delivery status of the message to that recipient.
BounceDetector