Uses of Interface
javax.mail.MultipartDataSource
-
Packages that use MultipartDataSource Package Description com.sun.mail.imap An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store.javax.mail The JavaMail™ API provides classes that model a mail system. -
-
Uses of MultipartDataSource in com.sun.mail.imap
Classes in com.sun.mail.imap that implement MultipartDataSource Modifier and Type Class Description classIMAPMultipartDataSourceThis class -
Uses of MultipartDataSource in javax.mail
Methods in javax.mail with parameters of type MultipartDataSource Modifier and Type Method Description protected voidMultipart. setMultipartDataSource(MultipartDataSource mp)Setup this Multipart object from the given MultipartDataSource.
-