Package com.ibm.di.util
Class EMail
- java.lang.Object
-
- com.ibm.di.util.EMail
-
public class EMail extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EMail(javax.mail.internet.MimeMessage message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.mail.BodyPartgetBodyPart(int bodypart)intgetBodyPartCount()java.lang.StringgetContentType(int bodypart)
-
-
-
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
-
-