Name

javax.mail.MultipartDataSource — The MultipartDataSource interface represents some number of javax.activation.DataSource objects as BodyPart objects.

Synopsis

public interface MultipartDataSource extends javax.activation.DataSource {
    // Public Methods
            public int getCount();
            public BodyPart getBodyPart(int index) throws MessagingException;
}

Get Programming Internet Email now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.