| com.knowgate.hipermail.DBMimeMultipart
DBMimeMultipart | public class DBMimeMultipart extends Multipart (Code) | | author: Sergio Montoro Ten version: 1.0 |
DBMimeMultipart | public DBMimeMultipart(Part oMessage)(Code) | | |
addBodyPart | public void addBodyPart(MimePart part) throws MessagingException(Code) | | |
getBodyPart | public BodyPart getBodyPart(int index) throws MessagingException(Code) | | |
getBodyPart | public BodyPart getBodyPart(String cid) throws MessagingException(Code) | | Get body part given its Content-Id
Parameters: cid - String Content-Id BodyPart or null if no body part with such Content-Id is found throws: MessagingException - |
getCount | public int getCount()(Code) | | |
getParent | public Part getParent()(Code) | | |
|
|