com.ibm.commerce.emarketing.engine

Interface EmailContent

    • Field Summary

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getContent()
      Returns the content of the e-mail message as a String.
      java.lang.String getSubject()
      Returns the subject of the e-mail message as a String.
    • Method Detail

      • getContent

        java.lang.String getContent()
        Returns the content of the e-mail message as a String.
        Returns:
        the content of the e-mail message.
      • getSubject

        java.lang.String getSubject()
        Returns the subject of the e-mail message as a String.
        Returns:
        the subject of the e-mail message.