Uses of Interface
javax.mail.MultipartDataSource
-
Packages that use MultipartDataSource Package Description javax.mail The JavaMail™ API provides classes that model a mail system. -
-
Uses of MultipartDataSource in javax.mail
Methods in javax.mail with parameters of type MultipartDataSource Modifier and Type Method Description protected void
Multipart. setMultipartDataSource(MultipartDataSource mp)
Setup this Multipart object from the given MultipartDataSource.
-