Interface EmailMessage

    • Method Detail

      • getFrom

        String getFrom()
        Returns:
        FROM address.
      • getTo

        String getTo()
        Returns:
        TO address.
      • getCC

        List<String> getCC()
        Returns:
        CC addresses.
      • getSentDate

        Date getSentDate()
        Returns:
        sent date.
      • getSubject

        String getSubject()
        Get the subject of the message
        Returns:
        subject of the message or null if there is no subject.
      • getAttachments

        EmailMessagePart[] getAttachments()
        Returns:
        parts of the mail attachments.