Uses of Class
com.sun.mail.imap.protocol.BODYSTRUCTURE

Packages that use BODYSTRUCTURE
com.sun.mail.imap An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. 
com.sun.mail.imap.protocol   
 

Uses of BODYSTRUCTURE in com.sun.mail.imap
 

Fields in com.sun.mail.imap declared as BODYSTRUCTURE
protected  BODYSTRUCTURE IMAPMessage.bs
           
 

Constructors in com.sun.mail.imap with parameters of type BODYSTRUCTURE
IMAPBodyPart(BODYSTRUCTURE bs, java.lang.String sid, IMAPMessage message)
           
IMAPMultipartDataSource(MimePart part, BODYSTRUCTURE[] bs, java.lang.String sectionId, IMAPMessage msg)
           
 

Uses of BODYSTRUCTURE in com.sun.mail.imap.protocol
 

Fields in com.sun.mail.imap.protocol declared as BODYSTRUCTURE
 BODYSTRUCTURE[] BODYSTRUCTURE.bodies
           
 

Methods in com.sun.mail.imap.protocol that return BODYSTRUCTURE
 BODYSTRUCTURE IMAPProtocol.fetchBodyStructure(int msgno)
          Fetch the BODYSTRUCTURE of the specified message.
 



Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.