com.sun.mail.imap
Class IMAPMultipartDataSource

java.lang.Object
  extended by MimePartDataSource
      extended by com.sun.mail.imap.IMAPMultipartDataSource

public class IMAPMultipartDataSource
extends MimePartDataSource

This class

Author:
John Mani

Constructor Summary
protected IMAPMultipartDataSource(MimePart part, BODYSTRUCTURE[] bs, String sectionId, IMAPMessage msg)
           
 
Method Summary
 BodyPart getBodyPart(int index)
           
 int getCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMAPMultipartDataSource

protected IMAPMultipartDataSource(MimePart part,
                                  BODYSTRUCTURE[] bs,
                                  String sectionId,
                                  IMAPMessage msg)
Method Detail

getCount

public int getCount()

getBodyPart

public BodyPart getBodyPart(int index)
                     throws MessagingException
Throws:
MessagingException


Copyright © 2012 Oracle. All Rights Reserved.