com.ibm.di.util
Class EMail

java.lang.Object
  extended by com.ibm.di.util.EMail

public class EMail
extends Object


Constructor Summary
EMail(javax.mail.internet.MimeMessage message)
           
 
Method Summary
 javax.mail.BodyPart getBodyPart(int bodypart)
           
 int getBodyPartCount()
           
 String getContentType(int bodypart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EMail

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

getBodyPartCount

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

getContentType

public 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