Class EMail


  • public class EMail
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EMail​(javax.mail.internet.MimeMessage message)  
    • Constructor Detail

      • EMail

        public EMail​(javax.mail.internet.MimeMessage message)
              throws java.io.IOException,
                     javax.mail.MessagingException
        Throws:
        java.io.IOException
        javax.mail.MessagingException
    • Method Detail

      • getBodyPartCount

        public int getBodyPartCount()
                             throws javax.mail.MessagingException
        Throws:
        javax.mail.MessagingException
      • getContentType

        public java.lang.String getContentType​(int bodypart)
                                        throws javax.mail.MessagingException
        Throws:
        javax.mail.MessagingException
      • getBodyPart

        public javax.mail.BodyPart getBodyPart​(int bodypart)
                                        throws javax.mail.MessagingException
        Throws:
        javax.mail.MessagingException