javax.mail
Interface MultipartDataSource


public interface MultipartDataSource

Version:
$Rev: 54266 $ $Date: 2004-10-10 15:02:50 -0600 (Sun, 10 Oct 2004) $

Method Summary
 BodyPart getBodyPart(int index)
           
 int getCount()
           
 

Method Detail

getBodyPart

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

getCount

public int getCount()