BounceResult Class

Represents result of the message examination as a bounce message.
Inheritance Hierarchy
SystemObject
  Aspose.Email.BounceBounceResult

Namespace:  Aspose.Email.Bounce
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class BounceResult

The BounceResult type exposes the following members.

Constructors
  NameDescription
Public methodBounceResult
Initializes a new instance of the BounceResult class
Properties
  NameDescription
Public propertyAction
Indicates the action performed as a result of attempt to deliver the message.
Public propertyIsBounced
True if email is a delivery failure or deliver delay report.
Public propertyOriginalMessage
Contains the original message.
Public propertyReason
For a "failed" or "delayed" recipient, contains the actual diagnostic code issued by the mail transport.
Public propertyRecipient
Indicates the original recipient address as specified by the sender of the message for which the delivery failure report was issued.
Public propertyStatus
Contains a transport-independent status code which indicates the delivery status of the message to that recipient.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also