com.ibm.commerce.emarketing.engine

Interface BouncedEmailReport



  • public interface BouncedEmailReport
    Represents a report outlining bounced back Delivery Status Notification messages that were found within an email account. Instances of this class are to be generated by the report() method implementations of BouncedEmailReporter.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright.
    • Method Detail

      • getActivityId

        java.lang.Integer getActivityId()
        Gets the id of the activity that attempt to deliver the message to the failed recipient.
        Returns:
        the id of the activity.
      • getBouncedEmailStatusCodes

        java.util.Map getBouncedEmailStatusCodes()
        Reports the detected bounced messages from an email account.
        Returns:
        name-value pairs which map email addresses to the status code that specifies why the address was not reached.